HomeSort by relevance Sort by last modified time
    Searched refs:TWORD (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
token.h 13 #define TWORD 12
mktokens 53 TWORD 0 word
parser.c 350 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : ""));
360 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext))
365 if (readtoken() == TWORD && ! quoteflag && equal(wordtext, "in")) {
367 while (readtoken() == TWORD) {
410 if (readtoken() != TWORD)
411 synexpect(TWORD);
418 if (lasttoken != TWORD || ! equal(wordtext, "in"))
488 case TWORD:
557 if (readtoken() == TWORD) {
642 if (readtoken() != TWORD)
    [all...]

Completed in 19 milliseconds