/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmparse.c | 43 char quoted(); 65 /* If the character is quoted, analyze it. */ 67 c = quoted(ptr,&qsize); 87 /* "quoted" takes a quoted character, starting at the quote */ 89 /* the quote string. "quoted" recognizes the following as */ 92 quoted(ptr,qsize) function 125 /* it as the value of the quoted character. */ 145 /* Compute the size of the quoted character. */
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | util.c | 232 bool quoted; local 234 quoted = false; 238 if ((*ip & 0377) == METAQUOTE && !quoted) 240 quoted = true; 248 quoted = false;
|
/illumos-gate/usr/src/lib/print/libhttp-core/common/ |
H A D | http-support.c | 336 int quoted; /* Quoted character */ local 355 quoted = (tolower(*src) - 'a' + 10) << 4; 357 quoted = (*src - '0') << 4; 361 quoted |= tolower(*src) - 'a' + 10; 363 quoted |= *src - '0'; 365 *ptr++ = quoted;
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.char.h | 52 #define quoted(c) ((unsigned)(c) & QUOTE) macro 64 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\ 67 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\
|
H A D | sh.dol.c | 205 * Other chars are all quoted, thus `...` 298 * therefore should not be quoted 636 bool quoted; local 649 trim(Dv); rscan(Dv, Dtestq); quoted = gflag; 684 * If term was quoted or -n just pass it on 686 if (quoted || noexec) { 699 * Term wasn't quoted so variable and then command
|
H A D | sh.glob.c | 748 int quoted = (literal || (cp[0] & QUOTE)) ? QUOTE : 0; local 849 if (!quoted && issp(c)) 852 psave(c | quoted);
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | wordexp.c | 69 register int c,quoted=0,literal=0,ac=0; local 90 if(c=='\'' && !quoted) 94 if(c=='\\' && (!quoted || strchr("\\\"`\n$",c))) 103 quoted = !quoted; 115 else if(!quoted && strchr("|&\n;<>"+ac,c)) 136 quoted = ! quoted; 137 else if(!quoted && (c==' ' || c=='\n'))
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 64 boolean_t quoted = B_FALSE; local 69 quoted = B_TRUE; 73 if (quoted) {
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | praliases.c | 178 bool quoted = false; local 183 ** Don't break into a quoted 188 quoted = !quoted; 189 else if (*p == ',' && !quoted)
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandoc.c | 349 * Parse a quoted or unquoted roff-style request or macro argument. 351 * pointer or advanced by one byte in case the argument is quoted. 353 * Collapse pairs of quotes inside quoted arguments. 361 int quoted, pairs, white; local 365 quoted = 0; 367 quoted = 1; 377 * after quoted quotes and after "\\" and "\t". 397 if (0 == quoted) 403 } else if (0 == quoted) { 415 /* Unquoted quotes end quoted arg [all...] |
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 323 bool quoted = false; local 328 ** Don't break into a quoted string. 334 quoted = !quoted; 335 else if (*p == ',' && !quoted)
|
H A D | recipient.c | 467 bool quoted; /* set if the addr has a quote bit */ local 476 quoted = false; 648 for (p = buf; *p != '\0' && !quoted; p++) 651 quoted = true; 914 if (!quoted && QS_IS_OK(new->q_state) && 1041 else if (!quoted)
|
H A D | util.c | 56 ** pointer to quoted string. 71 /* Find length of quoted string */ 130 ** are only found inside comments, quoted strings, or backslash 144 bool quoted = false; local 161 quoted = !quoted; 162 else if (!quoted) 182 return !quoted && commentlev == 0; 210 bool quoted = false; local 236 if (!quoted) 316 bool quoted = false; local [all...] |
/illumos-gate/usr/src/cmd/sh/ |
H A D | macro.c | 39 static unsigned char quoted; /* used locally */ variable 60 character are quoted if next 224 quoted--; 321 /* push quoted space so that " $* " will not be broken into separate arguments */ 403 quoted++; 419 BOOL savqu = quoted; 427 quoted = 0; 430 if (quoted && (stakbot == staktop)) { 442 quoted = savqu;
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | pkgparam.c | 127 boolean_t begline, quoted, escape; local 179 quoted = escape = B_FALSE; 218 quoted = B_FALSE; 243 quoted = B_TRUE; 246 } else if (quoted) { 294 if (quoted) {
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_parse_generic.c | 201 boolean_t quoted = B_FALSE; local 205 if (quoted) 206 quoted = B_FALSE; 208 quoted = B_TRUE; 209 } else if (!quoted && 219 if (quoted)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | utils.c | 107 * (error message), %v (visible string), %q (quoted string), %t 187 int base, len, neg, quoted; local 350 case 'q': /* quoted string */ 351 quoted = c == 'q'; 363 if (!quoted && c >= 0x80) { 368 if (quoted && (c == '"' || c == '\\')) 371 if (quoted) {
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 1069 register int count=1, quoted=0, c; local 1076 quoted=1; 1085 if(quoted) 1104 if(quoted)
|
H A D | lex.c | 288 char *quoted, *macro, *split, *expand; local 291 quoted = macro = split = expand = ""; 299 quoted = "quoted:"; 301 sfprintf(sfstderr,"line %d: %o:%s%s%s%s %s\n",shp->inlineno,tok,quoted, 755 /* check for multi-line single-quoted string */ 1690 * quoted here documents, and here-documents without special chars are 1713 /* check for and strip quoted characters in delimiter string */ 2050 register int inquote=0, inlit=0; /* set within quoted strings */
|
H A D | macro.c | 64 short quoted; /* set when word has quotes */ member in struct:_mac_ 66 char quote; /* set within double quoted contexts */ 165 mp->quoted = mp->lit = mp->split = mp->quote = 0; 211 mp->quoted = mp->lit = mp->quote = 0; 244 endfield(mp,mp->quoted); 647 mp->quoted++; 1478 int quoted = mp->quoted; local 1495 mp->quoted = 0; 1507 mp->quoted [all...] |
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_mapping.c | 338 int quoted = 0; local 416 quoted = 1; 451 quoted = 1; 486 quoted = 0; 491 if (quoted) { 509 quoted = 0; 516 /* error past end of quoted string */ 580 if (quoted) {
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 672 register int escaped, inquote, inbracket, quoted; local 676 escaped = inquote = inbracket = quoted = 0; 682 quoted++; 687 quoted++; 692 quoted++; 708 if (quoted)
|
/illumos-gate/usr/src/cmd/format/ |
H A D | io.c | 130 int c, quoted = 0; local 150 while (!isspace(c) || quoted && (c != '\n')) { 160 quoted = !quoted; 2241 int c, quoted = 0; local 2264 for (; !isspace(c) || quoted; c = sup_inputchar()) { 2274 quoted = !quoted; 2286 if (!quoted && (c == '=' || c == ',' || c == ':' ||
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 239 int32_t c, quoted = 0; local 272 for (; !isspace(c) || quoted; c = sup_inputchar()) { 291 quoted = !quoted; 303 if (!quoted && (c == '=' || c == ',' || c == ':' ||
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 55 * expect string must be quoted. 430 is to be expected, it should be quoted .... */ 1578 int base, len, neg, quoted; local 1669 case 'q': /* quoted string */ 1670 quoted = c == 'q'; 1682 if (!quoted && c >= 0x80) { 1687 if (quoted && (c == '"' || c == '\\')) 1690 if (quoted) {
|