Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/cron/
H A Djob.c32 typedef struct _job { struct
40 static SIMPLEQ_HEAD(job_queue, _job) jobs = SIMPLEQ_HEAD_INITIALIZER(jobs); argument