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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.h87 /* Values for the FLAGS field in the JOB struct below. */
111 } JOB; typedef in typeref:struct:job
133 JOB *j_lastmade; /* last job allocated by stop_pipeline */
134 JOB *j_lastasync; /* last async job allocated by stop_pipeline */
168 extern JOB **jobs;
198 extern void list_one_job __P((JOB *, int, int, int));
H A Djobs.c140 typedef int sh_job_map_func_t __P((JOB *, int, int, int));
162 JOB **jobs = (JOB **)NULL;
246 static int print_job __P((JOB *, int, int, int));
481 JOB *newjob;
496 jobs = (JOB **)xmalloc (js.j_jobslots * sizeof (JOB *));
500 jobs[i] = (JOB *)NULL;
545 jobs = (JOB **)xrealloc (jobs, (js.j_jobslots * sizeof (JOB *)));
[all...]
H A Dpcomplete.c516 JOB *j;
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Djobs.c117 list_one_job ((JOB *)NULL, form, 0, job);
132 JOB *j;
H A Dfg_bg.c98 JOB *j;
H A Dkill.c165 JOB *j;
H A Dcommon.c522 register JOB *j;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvsejcl.vim16 syn keyword vsejclKeyword DLBL EXEC JOB ASSGN EOJ
H A Dprescribe.vim36 syn match prescribeStatement "\<JOB[DLOPST]\>"
H A Dbaan.vim177 syn keyword baanConstant CREATE.JOB
750 syn keyword baanConstant RUN.JOB
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim290 elseif s:line1 =~ '^\* $$ JOB\>' || s:line1 =~ '^// *JOB\>'
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dregress.sh140 [+JOB \b\aop\a [ ... ]]?Like \bEXEC\b except the command is run
641 function JOB # arg ... function
1450 alias JOB='LINE=$LINENO; JOB'

Completed in 295 milliseconds