HomeSort by: relevance | last modified time | path
    Searched refs:NPIPE (Results 1 - 5 of 5) sorted by relevancy

  /src/regress/sys/kern/select/
select.c 44 #define NPIPE 128
53 int fds[NPIPE][2];
66 i = random() % NPIPE;
95 for (i = 0; i < NPIPE; i++) {
188 for (i = 0; i < NPIPE; i++) {
  /src/bin/sh/
parser.c 199 if (n2->type == NCMD || n2->type == NPIPE)
309 pipenode = stalloc(sizeof(struct npipe));
310 pipenode->type = NPIPE;
311 pipenode->npipe.backgnd = 0;
313 pipenode->npipe.cmdlist = lp;
show.c 352 case NPIPE:
353 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
364 if (n->npipe.backgnd)
eval.c 368 case NPIPE:
713 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next)
718 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
729 n->npipe.backgnd ? FORK_BG : FORK_FG) == 0) {
744 if (n->npipe.backgnd == 0) {
jobs.c 1898 case NPIPE:
1899 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
1904 if (!top && n->npipe.backgnd) {

Completed in 18 milliseconds