/illumos-gate/usr/src/cmd/tr/ |
H A D | str.c | 49 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 D | pty.sh | 315 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 D | m_varian.c | 240 __m_invariant[v->backslash] = '\\'; in __m_setinvariant() 258 __m_unvariant['\\'] = v->backslash; in __m_setinvariant()
|
H A D | getsyntx.c | 60 v.backslash = e[0]; in getsyntx()
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | variant.h | 44 char backslash; member
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | util.c | 208 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 D | readcf.c | 1666 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/libnvpair_json/ |
H A D | json_05_strings.ksh | 32 "escapes":"escape \u001b newline \n cr \r backslash \\\\ quote \"",\
|
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/ |
H A D | README | 10 * Add escapes to echo commands where a backslash was present
|
/illumos-gate/usr/src/boot/common/ |
H A D | interp_backslash.c | 31 backslash(char *str) in backslash() function
|
H A D | interp_parse.c | 94 if (!str || (p = copy = backslash(str)) == NULL) in parse()
|
H A D | bootstrap.h | 51 char *backslash(char *str);
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | POSIX | 41 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 D | diagcode.c | 970 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 D | emacs.c | 189 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 D | lsarpc.ndl | 32 * 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 D | local | 35 backslash
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 140 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 D | HISTORY | 84 01/24/88 fix <backslash><newline> handling in #define on bsd
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 608 : backslash? line_pointer c@ [char] \ = ; 689 backslash? if
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 305 \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 D | grub.info-2 | 978 `backquote', `tilde', `shift', `backslash', `bar', `comma', 1055 `backslash'
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE93 | 172 k. A bug introduces in 12/28/93b which caused the backslash
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.news | 344 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 D | elfedit.msg | 138 @ MSG_ERR_ESCEOL "backslash escape cannot be used at end of line\n"
|