Searched refs:TFOR (Results 1 – 4 of 4) sorted by relevance
122 case TFOR: in ptree()124 (t->type == TFOR) ? "for" : Tselect, t->str); in ptree()1047 OPEN(TFOR) in dumptree()
329 case TFOR: in execute()349 if (t->type == TFOR) { in execute()
423 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
1292 #define TFOR 9 macro