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

  /system/core/sh/
token.h 17 #define TELIF 16
mktokens 57 TELIF 1 "elif"
parser.c 324 while (readtoken() == TELIF) {
    [all...]
  /external/mksh/src/
tree.c 151 case TELIF:
152 internal_errorf("TELIF in tree.c:ptree() unexpected");
172 } while (t1->right && t1->right->type == TELIF);
1094 if (t->right && t->right->type == TELIF) {
1095 shf_puts(" /TELIF:", shf);
1109 OPEN(TELIF)
syn.c 567 t = newtp(TELIF);
exec.c 395 case TELIF:
    [all...]
sh.h     [all...]

Completed in 145 milliseconds