Searched refs:TFOR (Results 1 – 4 of 4) sorted by relevance
154 case TFOR: in ptree()156 (t->type == TFOR) ? "for" : Tselect, t->str); in ptree()1086 OPEN(TFOR) in dumptree()
317 case TFOR: in execute()337 if (t->type == TFOR) { in execute()
439 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
1971 #define TFOR 9 macro