/src/usr.bin/m4/ |
main.c | 163 } quotes[MAXRECORD], paren[MAXRECORD]; variable in typeref:struct:position[] 465 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */ 467 record(quotes, nlpar++); 479 record(quotes, nlpar++); 487 "%d unclosed quotes:", 489 dump_stack(quotes, nlpar);
|
main.c | 163 } quotes[MAXRECORD], paren[MAXRECORD]; variable in typeref:struct:position[] 465 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */ 467 record(quotes, nlpar++); 479 record(quotes, nlpar++); 487 "%d unclosed quotes:", 489 dump_stack(quotes, nlpar);
|
/src/bin/sh/ |
expand.c | 251 const int quotes = flag & EXP_QNEEDED; /* do CTLESC */ local in function:argstr 261 CTRACE(DBG_EXPAND, ("argstr(\"%s\", %#x) quotes=%#x\n", p,flag,quotes)); 314 if (quotes || ISCTL(*p)) 395 const int quotes = flag & EXP_QNEEDED; local in function:exptilde 470 if ((quotes && NEEDESC(c)) || ISCTL(c)) 618 * Expand stuff in backwards quotes (these days, any command substitution). 633 const int quotes = flag & EXP_QNEEDED; local in function:expbackq 704 if ((quotes && quoted && NEEDESC(lastc)) || 772 int varflags, int quotes) 901 const int quotes = flag & EXP_QNEEDED; local in function:evalvar [all...] |
expand.c | 251 const int quotes = flag & EXP_QNEEDED; /* do CTLESC */ local in function:argstr 261 CTRACE(DBG_EXPAND, ("argstr(\"%s\", %#x) quotes=%#x\n", p,flag,quotes)); 314 if (quotes || ISCTL(*p)) 395 const int quotes = flag & EXP_QNEEDED; local in function:exptilde 470 if ((quotes && NEEDESC(c)) || ISCTL(c)) 618 * Expand stuff in backwards quotes (these days, any command substitution). 633 const int quotes = flag & EXP_QNEEDED; local in function:expbackq 704 if ((quotes && quoted && NEEDESC(lastc)) || 772 int varflags, int quotes) 901 const int quotes = flag & EXP_QNEEDED; local in function:evalvar [all...] |