Searched refs:TLIST (Results 1 – 4 of 4) sorted by relevance
165 t = tl = block(TLIST, t, p); in c_list()167 tl = tl->right = block(TLIST, tl->right, p); in c_list()
100 case TLIST: in ptree()1028 OPEN(TLIST) in dumptree()
219 case TLIST: in execute()220 while (t->type == TLIST) { in execute()
1307 #define TLIST 4 /* a ; b */ macro