Searched refs:quoteflag (Results 1 – 1 of 1) sorted by relevance
11704 static smallint quoteflag; /* set if (part of) last token was quoted */ variable11937 if (quoteflag == 0) in parsefname()12163 if (readtoken() != TWORD || quoteflag || !goodname(wordtext)) in parse_command()12612 quoteflag = quotef; in readtoken1()13250 if (t != TWORD || quoteflag) { in readtoken()