HomeSort by: relevance | last modified time | path
    Searched defs:curjob (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
aio.h 113 struct aio_job *curjob; /* Currently processing AIO job */ member in struct:aioproc
  /src/bin/sh/
jobs.c 101 static int curjob = -1; /* current job */ variable in typeref:typename:int
304 if (ji == curjob)
305 curjob = jp->prev_job;
322 if (curjob != -1 && jobtab[curjob].state == JOBSTOPPED) {
323 for (jp1 = jobtab + curjob; ; jp1 = jp2) {
335 case 2: /* newly stopped job - becomes curjob */
336 jp->prev_job = curjob;
337 curjob = ji;
489 jp - jobtab == curjob
    [all...]

Completed in 12 milliseconds