/titanic_44/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
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | ListParser.java | 283 backslash(buf, p, backslashSize); in findElement() 400 dst[p2] = backslash(buf, p, numRead); in collapse() 441 private static char backslash(char buf[], int offset, in backslash() method in ListParser 679 backslash(buf, p, size); in scanElement() 928 int backslash = 0; in quote() local 952 backslash++; in quote() 960 backslash++; in quote() 965 int len = src.length + backslash; in quote()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/mks/ |
H A D | m_varian.c | 242 __m_invariant[v->backslash] = '\\'; in __m_setinvariant() 260 __m_unvariant['\\'] = v->backslash; in __m_setinvariant()
|
H A D | getsyntx.c | 62 v.backslash = e[0]; in getsyntx()
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | variant.h | 46 char backslash; member
|
/titanic_44/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 \"",\
|
/titanic_44/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);
|
/titanic_44/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,
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 187 char backslash; in ed_emacsread() local 258 backslash = 0; in ed_emacsread() 280 if (backslash) in ed_emacsread() 282 backslash = 0; in ed_emacsread() 368 backslash = (c == '\\'); in ed_emacsread()
|
/titanic_44/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.c | 972 int backslash = 0; in nextlhs() local 1026 if (backslash) { in nextlhs() 1049 backslash = 0; in nextlhs() 1051 backslash = 1; in nextlhs()
|
/titanic_44/usr/src/uts/common/smbsrv/ndl/ |
H A D | lsarpc.ndl | 31 * Names containing a backslash ('\') are known as qualified or composite 32 * names. The string preceding the backslash is assumed to be the domain 36 * Names that do not contain a backslash are known as isolated names. 234 * the double backslash prefix.
|
/titanic_44/usr/src/cmd/spell/ |
H A D | local | 35 backslash
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | HISTORY | 84 01/24/88 fix <backslash><newline> handling in #define on bsd
|
/titanic_44/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'
|
H A D | grub.texi | 2475 @samp{tilde}, @samp{shift}, @samp{backslash}, @samp{bar}, @samp{comma}, 2554 @item backslash
|
H A D | grub.info | 2282 `backquote', `tilde', `shift', `backslash', `bar', `comma', 2359 `backslash'
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE93 | 172 k. A bug introduces in 12/28/93b which caused the backslash
|
H A D | RELEASE | 1395 a backslash was inserted in the replacement string when it contained 2047 95-04-31 A bug introduces in 12/28/93b which caused the backslash
|
/titanic_44/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)
|
/titanic_44/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"
|
/titanic_44/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 77 # last one finished with the backslash character. 135 # last one finished with the backslash character. In addition to above
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1115 as the standard escapes for quote and backslash. Ensures that the 6793 qualified namepath, allow multiple backslash prefixes. This can happen 6795 is seen in the field) because of the use of a double-backslash in strings 6796 (since backslash is the escape character) causing confusion. ACPICA BZ 14011 Added a warning message for invalid escapes (a backslash followed 15797 Escaped backslash at the end of a string ("\\") scan/parse error
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4991 Remove unneeded backslash in the final message.
|