Searched refs:TWORD (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dtoken.h13 #define TWORD 12 macro
H A Dmktokens53 TWORD 0 word
H A Dparser.c341 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : ""));
349 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext))
358 while (readtoken() == TWORD) {
394 if (readtoken() != TWORD)
395 synexpect(TWORD);
453 case TWORD:
509 case TWORD:
613 if (readtoken() != TWORD)
700 if (t != TWORD || quoteflag) {
730 TRACE(("token %s %s\n", tokname[t], t == TWORD
[all...]

Completed in 75 milliseconds