Lines Matching refs:TWORD
350 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : "")); in command()
360 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext)) in command()
365 if (readtoken() == TWORD && ! quoteflag && equal(wordtext, "in")) { in command()
367 while (readtoken() == TWORD) { in command()
410 if (readtoken() != TWORD) in command()
411 synexpect(TWORD); in command()
418 if (lasttoken != TWORD || ! equal(wordtext, "in")) in command()
488 case TWORD: in command()
557 if (readtoken() == TWORD) { in simplecmd()
642 if (readtoken() != TWORD) in parsefname()
741 if (t == TWORD && !quoteflag) in readtoken()
766 TRACE(("token %s %s\n", tokname[t], t == TWORD ? wordtext : "")); in readtoken()
768 TRACE(("reread token %s %s\n", tokname[t], t == TWORD ? wordtext : "")); in readtoken()
1153 return lasttoken = TWORD; in readtoken1()