Searched refs:TFOR (Results 1 – 4 of 4) sorted by relevance
101 case TFOR: in ptree()103 (t->type == TFOR) ? "for" : Tselect, t->str); in ptree()917 OPEN(TFOR) in dumptree()
333 case TFOR: in execute()355 if (t->type == TFOR) { in execute()
420 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
1167 #define TFOR 9 macro