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()1046 OPEN(TFOR) in dumptree()
333 case TFOR: in execute()353 if (t->type == TFOR) { in execute()
447 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
1366 #define TFOR 9 macro