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