Searched refs:TLIST (Results 1 – 4 of 4) sorted by relevance
79 case TLIST: in ptree()897 OPEN(TLIST) in dumptree()
156 t = tl = block(TLIST, t, p, NOWORDS); in c_list()158 tl = tl->right = block(TLIST, tl->right, p, NOWORDS); in c_list()
219 case TLIST: in execute()220 while (t->type == TLIST) { in execute()
1162 #define TLIST 4 /* a ; b */ macro