Home
last modified time | relevance | path

Searched defs:jobs (Results 1 – 2 of 2) sorted by relevance

/original-bsd/local/toolchest/ksh/sh/
H A Djobs.h86 struct jobs struct
92 int p_numpost; /* number of posted jobs */ argument
93 int p_numrun; /* number of running jobs */ argument
95 unsigned char p_freejobs[JBYTES]; /* free jobs numbers */ argument
102 extern struct jobs jobstat; argument
/original-bsd/usr.bin/make/
H A Djob.c180 Lst jobs; /* The structures that describe them */ variable