Searched refs:quoteflag (Results 1 – 1 of 1) sorted by relevance
100 int quoteflag; /* set if (part of) last token was quoted */ variable360 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext)) in command()365 if (readtoken() == TWORD && ! quoteflag && equal(wordtext, "in")) { in command()649 if (quoteflag == 0) in parsefname()741 if (t == TWORD && !quoteflag) in readtoken()1147 quoteflag = quotef; in readtoken1()