Home
last modified time | relevance | path

Searched refs:quoteflag (Results 1 – 1 of 1) sorted by relevance

/system/core/sh/
Dparser.c100 int quoteflag; /* set if (part of) last token was quoted */ variable
360 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()