Home
last modified time | relevance | path

Searched refs:jhead (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.sbin/cron/
Djob.c36 static job *jhead = NULL, *jtail = NULL; variable
43 for (j = jhead; j != NULL; j = j->next) in job_add()
55 if (jhead == NULL) in job_add()
56 jhead = j; in job_add()
67 for (j = jhead; j; j = jn) { in job_runqueue()
73 jhead = jtail = NULL; in job_runqueue()