Home | History | Annotate | Download | only in sh

Lines Matching refs:TWORD

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)
741 if (t == TWORD && !quoteflag)
766 TRACE(("token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
768 TRACE(("reread token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
1153 return lasttoken = TWORD;