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

  /external/mksh/src/
tree.c 163 case TELIF:
183 } while (t1->right && t1->right->type == TELIF);
1146 if (t->right && t->right->type == TELIF) {
1147 shf_puts(" /TELIF:", shf);
1161 OPEN(TELIF)
syn.c 596 t = newtp(TELIF);
exec.c 375 case TELIF:
    [all...]
sh.h 952 EXTERN const char TELIF_unexpected[] E_INIT("TELIF unexpected");
1113 #define TELIF_unexpected "TELIF unexpected"
    [all...]

Completed in 51 milliseconds