Searched refs:quoteflag (Results 1 – 2 of 2) sorted by relevance
1143 int n, len, quoteflag; in get_string() local1145 quoteflag = FALSE; in get_string()1149 if (!quoteflag && (**src == ':')) { in get_string()1154 quoteflag = !quoteflag; in get_string()
101 static int quoteflag; /* set if (part of) last token was quoted */ variable471 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext)) in command()477 if (readtoken() == TWORD && !quoteflag && in command()668 if (!noexpand(n->narg.text) || quoteflag || in simplecmd()757 if (quoteflag == 0) in parsefname()842 if (t == TWORD && !quoteflag) in readtoken()1601 quoteflag = quotef; in readtoken1()