Searched refs:JOBS (Results 1 - 19 of 19) sorted by path

/netbsd-current/bin/ksh/
H A Dconfig.h86 #define JOBS 1 macro
H A Djobs.c17 * - TTY_PGRP defined iff JOBS is defined - defined if there are tty
19 * - NEED_PGRP_SYNC defined iff JOBS is defined - see comment below
49 #ifdef JOBS
82 #else /* JOBS */
83 /* These so we can use ifdef xxx instead of if defined(JOBS) && defined(xxx) */
86 #endif /* JOBS */
188 #ifdef JOBS
190 #endif /* JOBS */
241 #ifdef JOBS
270 #endif /* JOBS */
[all...]
H A Dmain.c59 #ifdef JOBS
H A Dsh.h300 #ifdef JOBS
H A Dc_ksh.c1118 #ifdef JOBS
1461 #ifdef JOBS
H A Dmisc.c159 #ifdef JOBS
161 #else /* JOBS */
163 #endif /* JOBS */
169 #ifdef JOBS
171 #endif /* JOBS */
295 #ifdef JOBS
300 #endif /* JOBS */
/netbsd-current/bin/sh/
H A Djobs.c61 #if JOBS
99 #if JOBS
242 #if JOBS
251 #if JOBS
439 #if JOBS
488 #if JOBS
512 #if JOBS
610 #ifdef JOBS
656 #if JOBS
685 #if JOBS
[all...]
H A Djobs.h84 #if JOBS
105 #if ! JOBS
H A Dshell.h39 * JOBS -> 1 if you have Berkeley job control, 0 otherwise.
59 #define JOBS 1 macro
H A Dtrap.c527 #if JOBS
891 #if JOBS
H A Dvar.c262 #if !defined(JOBS) || JOBS == 0
263 " -JOBS"
/netbsd-current/usr.bin/make/unit-tests/
H A Ddepsrc-meta.mk21 @echo 'Targets from meta mode${.MAKE.JOBS:D in jobs mode}:'
H A Dopt-debug-graph1.exp24 .MAKE.JOBS.C = <details omitted>
H A Dopt-debug-graph2.exp58 .MAKE.JOBS.C = <details omitted>
H A Dopt-debug-graph3.exp58 .MAKE.JOBS.C = <details omitted>
H A Dopt-jobs.mk20 OUTPUT!= ${MAKE} -r -f /dev/null -j ${arg} -v .MAKE.JOBS 2>&1 || echo "(exit $$?)"
42 .if ${.MAKE.JOBS.C} == "yes"
44 OUTPUT!= ${MAKE} -r -f /dev/null -j ${arg} -v .MAKE.JOBS 2>&1 || echo "(exit $$?)"
H A Dsuff-main-several.exp89 .MAKE.JOBS.C = <details omitted>
H A Dsuff-transform-debug.exp15 .MAKE.JOBS.C = <details omitted>
H A Dvarname-dot-make-jobs.mk3 # Tests for the special .MAKE.JOBS variable, which is defined in jobs mode
9 @echo ${.MAKE.JOBS:Uundefined}
18 .if !make(echo) && ${.MAKE.JOBS.C} == "yes"
23 NCPU!= ${MAKE} -r -f /dev/null -jC -V .MAKE.JOBS
26 # .MAKE.JOBS is a multiple of _SC_NPROCESSORS_ONLN
33 g=`${MAKE} -r -f /dev/null -V .MAKE.JOBS -j$${j}C`; \

Completed in 450 milliseconds