Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dtree.h39 #define TLIST 4 /* a ; b */ macro
H A Dsyn.c151 t = tl = block(TLIST, t, p, NOWORDS);
153 tl = tl->right = block(TLIST, tl->right, p, NOWORDS);
H A Dexec.c194 case TLIST:
195 while (t->type == TLIST) {
H A Dtree.c83 case TLIST:
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddefines.h80 #define TLIST 6 macro
H A Dexpr.c274 case TLIST:
349 case TLIST:
392 case TLIST:
571 case TLIST:
H A Dmisc.c137 q->tag = TLIST;
H A Dputscj.c1440 case TLIST: in fprint()