Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dtree.h34 #define TPIPE 3 /* a | b */ macro
H A Dexec.c71 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()
106 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) { in execute()
139 case TPIPE: in execute()
144 while (t->type == TPIPE) { in execute()
H A Dsyn.c83 t = tl = block(TPIPE, t, p, NULL); in pipeline()
85 tl = tl->right = block(TPIPE, tl->right, p, NULL); in pipeline()
H A Dtree.c55 case TPIPE: in ptree()