Home
last modified time | relevance | path

Searched refs:backslash (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/cmd/tr/
H A Dstr.c49 static int backslash(STR *, int *);
76 s->lastch = backslash(s, &is_octal);
199 s->equiv[0] = backslash(s, NULL);
254 stopval = backslash(s, &octal); in genrange()
312 s->lastch = backslash(s, NULL);
327 s->cnt = backslash(s, NULL);
353 backslash(STR *s, int *is_octal) in backslash() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpty.sh315 w echo backslash-erase=:\\\cH:
316 u ^backslash-erase=:\r?\n$
318 w echo backslash-kill=:\\\cX:
319 u ^backslash-kill=:\cX:\r?\n$
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_varian.c240 __m_invariant[v->backslash] = '\\'; in __m_setinvariant()
258 __m_unvariant['\\'] = v->backslash; in __m_setinvariant()
H A Dgetsyntx.c60 v.backslash = e[0]; in getsyntx()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dvariant.h44 char backslash; member
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh32 "escapes":"escape \u001b newline \n cr \r backslash \\\\ quote \"",\
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c208 bool backslash = false; local
226 if (backslash)
228 backslash = false;
233 backslash = true;
251 if (length - (ptr - string) <= (size_t) ((backslash ? 1 : 0) +
257 backslash = false;
315 bool backslash = false; local
321 if (backslash)
323 backslash = false;
332 backslash = true;
H A Dreadcf.c1666 bool backslash = false; local
1672 if (backslash)
1675 backslash = false;
1699 backslash = true;
1744 bool backslash = false; local
1750 if (backslash)
1752 backslash = false;
1757 backslash = true;
1771 *st = !(quotemode || backslash);
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/
H A DREADME10 * Add escapes to echo commands where a backslash was present
/illumos-gate/usr/src/boot/common/
H A Dinterp_backslash.c31 backslash(char *str) in backslash() function
H A Dinterp_parse.c94 if (!str || (p = copy = backslash(str)) == NULL) in parse()
H A Dbootstrap.h51 char *backslash(char *str);
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX41 backslash in front of it. This implementation follows the BSD
59 for backslash. Some historical versions of sed displayed two
152 reasonable, however, it also doesn't state that the backslash is
155 As historic sed implementations always discarded the backslash,
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c970 int backslash = 0; in nextlhs() local
1024 if (backslash) { in nextlhs()
1047 backslash = 0; in nextlhs()
1049 backslash = 1; in nextlhs()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c189 char backslash; in ed_emacsread() local
261 backslash = 0; in ed_emacsread()
283 if (backslash) in ed_emacsread()
285 backslash = 0; in ed_emacsread()
374 backslash = (c == '\\'); in ed_emacsread()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl32 * Names containing a backslash ('\') are known as qualified or composite
33 * names. The string preceding the backslash is assumed to be the domain
37 * Names that do not contain a backslash are known as isolated names.
235 * the double backslash prefix.
/illumos-gate/usr/src/cmd/spell/
H A Dlocal35 backslash
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c140 backslash(char *str) in backslash() function
344 if (!str || (p = copy = backslash(str)) == NULL) in parse()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY84 01/24/88 fix <backslash><newline> handling in #define on bsd
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th608 : backslash? line_pointer c@ [char] \ = ;
689 backslash? if
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex305 \escapechar = `\\ % use backslash in output files.
1046 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi}
3427 % so it will be output as is; and it will print as backslash.
5534 % backslash to get it printed correctly. Previously, we had
5631 % \\ in macro replacement text gets you a backslash.
6999 % \backslashcurfont outputs one backslash character in current font,
7015 % \normalbackslash outputs one backslash in fixed width font.
7048 % a backslash.
H A Dgrub.info-2978 `backquote', `tilde', `shift', `backslash', `bar', `comma',
1055 `backslash'
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE93172 k. A bug introduces in 12/28/93b which caused the backslash
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news344 and typed a line containing a backslash in column 80 has
684 are separated by spaces (which are entered preceded by a backslash)
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg138 @ MSG_ERR_ESCEOL "backslash escape cannot be used at end of line\n"

12