Searched refs:newjob (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Djobs.c481 JOB *newjob; local
557 newjob = (JOB *)xmalloc (sizeof (JOB));
562 newjob->pipe = REVERSE_LIST (the_pipeline, PROCESS *);
563 for (p = newjob->pipe; p->next; p = p->next)
565 p->next = newjob->pipe;
568 newjob->pgrp = pipeline_pgrp;
571 newjob->flags = 0;
575 newjob->flags |= J_JOBCONTROL;
578 p = newjob->pipe;
586 while (p != newjob
[all...]

Completed in 102 milliseconds