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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.h77 typedef enum { JRUNNING, JSTOPPED, JDEAD, JMIXED } JOB_STATE; enumerator in enum:__anon6283
82 #define RUNNING(j) (jobs[(j)]->state == JRUNNING)
H A Djobs.c588 newjob->state = any_running ? JRUNNING : (any_stopped ? JSTOPPED : JDEAD);
1650 map_over_jobs (print_job, format, (int)JRUNNING);
2609 STATE. STATE can be JSTOPPED, JRUNNING. NO_JOB is returned if
2650 return (most_recent_job_in_state (job, JRUNNING));
2768 JOBSTATE (job) = JRUNNING;
3176 jobs[job]->state = JRUNNING;
3485 case JRUNNING:
H A Dpcomplete.c520 ws = JRUNNING;

Completed in 135 milliseconds