Searched refs:TLIST (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dsyn.c166 t = tl = block(TLIST, t, p);
168 tl = tl->right = block(TLIST, tl->right, p);
H A Dtree.c100 case TLIST:
1028 OPEN(TLIST)
H A Dexec.c214 case TLIST:
215 while (t->type == TLIST) {
H A Dsh.h1302 #define TLIST 4 /* a ; b */ macro

Completed in 806 milliseconds