HomeSort by relevance Sort by last modified time
    Searched full:quoteflag (Results 1 - 1 of 1) sorted by null

  /system/core/sh/
parser.c 100 int quoteflag; /* set if (part of) last token was quoted */ variable
360 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext))
365 if (readtoken() == TWORD && ! quoteflag && equal(wordtext, "in")) {
649 if (quoteflag == 0)
741 if (t == TWORD && !quoteflag)
777 * backquotes. We set quoteflag to true if any part of the word was
1147 quoteflag = quotef;
    [all...]

Completed in 1043 milliseconds