Searched refs:quoted (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwordexp.c69 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/cmd/ttymon/
H A Dtmparse.c43 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. */
H A Dtmextern.h70 extern char quoted();
H A Dtmttydefs.c375 extern char quoted();
392 *ptrout++ = quoted(ptrin,&qsize);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dutil.c232 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 Dhttp-support.c336 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 Dsh.char.h52 #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 Dsh.dol.c205 * 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 Dsh.glob.c748 int quoted = (literal || (cp[0] & QUOTE)) ? QUOTE : 0; local
849 if (!quoted && issp(c))
852 psave(c | quoted);
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.c349 * 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/lib/libadm/common/
H A Dpkgparam.c127 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/cmd/sendmail/aux/
H A Dpraliases.c178 bool quoted = false; local
183 ** Don't break into a quoted
188 quoted = !quoted;
189 else if (*p == ',' && !quoted)
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c39 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/cmd/sendmail/src/
H A Dutil.c56 ** 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...]
H A Dalias.c323 bool quoted = false; local
328 ** Don't break into a quoted string.
334 quoted = !quoted;
335 else if (*p == ',' && !quoted)
H A Drecipient.c467 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)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c672 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/lib/libzonecfg/common/
H A Dgetzoneent.c64 boolean_t quoted = B_FALSE; local
69 quoted = B_TRUE;
73 if (quoted) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c107 * (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/libsldap/common/
H A Dns_mapping.c338 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/modload/
H A Ddrvsubr.c50 * Macros to produce a quoted string containing the value of a
130 int quoted)
158 if (quoted)
177 list_separator, quoted);
181 quoted ? "%s%s\"%s\"\n" : "%s%s%s\n",
804 int quoted = 0; local
814 quoted++;
821 (!quoted || (*ptr != '"'))) {
828 if (quoted && (*ptr == '"'))
1792 * alias list members separated by white space and quoted
124 append_to_file( char *driver_name, char *entry_list, char *filename, char list_separator, char *entry_separator, int quoted) argument
2141 int quoted = 0; local
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dio.c130 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/lib/libshell/common/sh/
H A Dlex.c288 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 Dmacro.c64 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/libsip/common/
H A Dsip_parse_generic.c201 boolean_t quoted = B_FALSE; local
205 if (quoted)
206 quoted = B_FALSE;
208 quoted = B_TRUE;
209 } else if (!quoted &&
219 if (quoted)

Completed in 140 milliseconds

12