Searched refs:TLIST (Results 1 – 4 of 4) sorted by relevance
132 case TLIST: in ptree()1066 OPEN(TLIST) in dumptree()
168 t = tl = block(TLIST, t, p); in c_list()170 tl = tl->right = block(TLIST, tl->right, p); in c_list()
202 case TLIST: in execute()203 while (t->type == TLIST) { in execute()
1966 #define TLIST 4 /* a ; b */ macro