HomeSort by: relevance | last modified time | path
    Searched refs:quoteflag (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
parser.h 150 #define quoteflag (current_parser->ps_quoteflag) macro
parser.c 409 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext))
416 if (lasttoken==TWORD && !quoteflag && equal(wordtext,"in")) {
778 if (quoteflag == 0)
1037 if (t == TWORD && !quoteflag) {
1075 * backquotes. We set quoteflag to true if any part of the word was
2200 quoteflag = quotef;
  /src/usr.sbin/bootp/common/
readfile.c 1161 int n, len, quoteflag;
1163 quoteflag = FALSE;
1167 if (!quoteflag && (**src == ':')) {
1172 quoteflag = !quoteflag;
1154 int n, len, quoteflag; local in function:get_string

Completed in 14 milliseconds