/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | nss_convert.c | 48 * This allows the escape character '\' and seperators to be part of the 52 strncat_escaped(char *d, char *s, int len, char *escape) argument 59 if (escape == NULL) 60 escape = "\\"; 63 if (strchr(escape, *s) != NULL) 194 case '\\': /* escape char */
|
/illumos-gate/usr/src/cmd/fs.d/nfs/rp_basic/ |
H A D | libnfs_basic.c | 101 int fsl_count = 0, escape = 0, delimiter = 0; local 115 * escape - set if we have found a backspace, 122 escape = 1; 129 if (escape == 0) { 134 escape = 0; 140 if (escape == 0 && *sp != '\0') 232 /* Skip a single escape character */
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | addbib.c | 112 int i = 0, firstln, repeat = 0, escape = 0; local 241 "\ta trailing backslash will allow a temporary escape.\n"
|
/illumos-gate/usr/src/lib/libxcurses/src/tic/ |
H A D | ticscan.c | 59 STATIC int escape ANSI((int)); 357 ch = escape(next_char()); 393 * of additional characters: <escape>, <space>, <colon>, <caret>, <comma> 395 * Assume that the escape lead-in character has been processed and 399 escape(c) function
|
H A D | untic.c | 89 STATIC char *escape ANSI((int)); 213 (void) fputs(escape(*p), stdout); 239 * of additional characters: <escape>, <space>, <colon>, <caret>, <comma> 242 escape(c) function
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 384 int balance, escape; local 387 escape = 0; 389 if ( escape == 0 ) { 395 if ( *s == '\\' && ! escape ) 396 escape = 1; 398 escape = 0; 447 int parens, balance, escape; local 521 escape = 0; 524 if ( escape == 0 ) { 530 if ( *next == '\\' && ! escape ) 801 int escape, firstdigit, ival; local [all...] |
/illumos-gate/usr/src/cmd/printf/ |
H A D | printf.c | 74 static int escape(char *, int, size_t *); 127 (void) escape(fmt, 1, &len); /* backslash interpretation */ 355 getout = escape(p, 0, &len); 445 escape(char *fmt, int percent, size_t *len) function
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.c | 41 unsigned char escape(void); 370 if (!(gch = escape())) 398 escape(void) function
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | pkgparam.c | 127 boolean_t begline, quoted, escape; local 179 quoted = escape = B_FALSE; 191 * other than space, newline and escape. 209 if (!escape) { 235 escape = B_FALSE; 239 if (!escape && strchr(qset, ch)) { 257 escape = B_TRUE; 258 else if (escape) 259 escape = B_FALSE;
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vops2.c | 189 bool escape; local 383 * An escape will be generated at end of string. 419 escape = 0; 427 gcursor = vgetline(repcnt, gcursor, &escape, ch); 428 if (escape == '\n') { 441 * Upon escape, gcursor is pointing to '\0' 528 if (escape != '\n') 563 if (escape != '\n') { 1375 * escape End insert unless repeat and more to repeat.
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 756 int escape = 0; local 770 if (!escape) { 771 escape = 1; 779 if (!escape) { 788 if (escape) { 810 escape = 0;
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | collect.c | 96 int escape, eof; local 199 escape = SENDESC; 200 if ((cp = value("escape")) != NOSTR) 201 escape = *cp; 328 if ((linebuf[0] != escape) || (rflag != NOSTR) || 335 * On double escape, just send the single one. 337 if ((nread > 1) && (linebuf[1] == escape)) { 351 printf(gettext("Unknown tilde escape.\n")); 391 * Shell escape, send the balance of the 406 if (cp = value("escape")) [all...] |
/illumos-gate/usr/src/cmd/sgs/tools/common/ |
H A D | sgsmsg.c | 667 int escape = 0; local 684 if (escape) { 726 if (escape) { 778 * with an escape ('\') is expected to be continued on 884 if ((*token == '\\') && (escape == 0)) { 885 escape = 1; 896 if (escape) { 928 * unless an escape character is found 986 escape = 0; 997 if (escape [all...] |
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 171 static int escape(Emacs_t*,genchar*, int); 608 adjust = escape(ep,out,oadjust); 742 static int escape(register Emacs_t* ep,register genchar *out,int count) function 940 case '=': /* escape = - list all matching file names */
|
/illumos-gate/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 649 boolean_t escape; local 660 escape = B_FALSE; 672 escape = B_FALSE; 676 if (escape) { 679 * a digit escape. 686 escape = B_FALSE; 700 escape = B_FALSE; 702 escape = B_TRUE; 725 * Handle trailing escape sequence. If string ends 730 if (escape) [all...] |
/illumos-gate/usr/src/cmd/xargs/ |
H A D | xargs.c | 91 #define BADESCAPE "Incomplete escape" 531 int escape = 0; local 571 if (escape) { 586 if (ZERO || escape || (inquote == 1)) { 588 escape = 0; 602 if (ZERO || escape || (inquote == 2)) { 604 escape = 0; 622 if (ZERO || inquote || escape) { 623 escape = 0; 626 escape [all...] |
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_util.c | 2005 bool_t escape; local 2078 escape = FALSE; 2085 if (escape) { 2086 escape = FALSE; 2102 escape = TRUE; 2132 escape = FALSE; 2135 if (escape) 2136 escape = FALSE; 2145 escape = !escape; [all...] |
/illumos-gate/usr/src/boot/include/isofs/cd9660/ |
H A D | iso.h | 100 * as PVD, but byte position 8 is a flag, and 89-120 is for escape. 112 char escape [ISODCL ( 89, 120)]; member in struct:iso_supplementary_descriptor
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 1159 int c, len, escape; local 1167 escape = 0; 1180 * is ignored. Note that we cannot have escape && comment. 1184 if (!escape) { 1188 escape = 0; 1201 if (escape) 1205 * If this is the escape character, look at the next character. 1208 escape = 1; 1230 if (!escape && (c == '"' || c == '\'')) { 1240 if (escape) { [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 125 cc_t escape; variable 223 escape = CONTROL(']'); 2035 if (sc == escape) { 2052 } else if (sc == escape && escape_valid) { 2054 * Double escape is a pass through of a single 2055 * escape character. 2057 if (tcc && strip(*tbp) == escape) {
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cu.c | 206 Shell; /* pid for escape process */ 672 int escape; local 673 int id = 0; /* flag for systemname prompt on tilda escape */ 679 /* on a tilda escape */ 685 escape = (_Cxc == '~'); 687 escape &= (_Cxc != '~'); 688 if(escape) { 731 /*not a tilda escape command*/ 787 * command interpreter for escape lines 882 * If !arg, we escape t [all...] |
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 1207 * ignore escape characters 4763 int balance, escape; local 4766 escape = 0; 4768 if (escape == 0) { 4774 if (*s == '\\' && ! escape) 4775 escape = 1; 4777 escape = 0; 4814 int parens, balance, escape; local 4871 escape = 0; 4874 if (escape 5112 int escape, firstdigit; local [all...] |
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 565 } escape[52]; member in struct:State_s
|