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

  /src/bin/sh/
parser.h 150 #define quoteflag (current_parser->ps_quoteflag) macro
  /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 13 milliseconds