Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c168 t = tl = block(TLIST, t, p); in c_list()
170 tl = tl->right = block(TLIST, tl->right, p); in c_list()
Dtree.c113 case TLIST: in ptree()
1060 OPEN(TLIST) in dumptree()
Dexec.c201 case TLIST: in execute()
202 while (t->type == TLIST) { in execute()
Dsh.h1889 #define TLIST 4 /* a ; b */ macro