Home
last modified time | relevance | path

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

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