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

/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Djob.c42 static job *jhead = NULL, *jtail = NULL; variable
51 for (j = jhead; j != NULL; j = j->next)
66 if (jhead == NULL)
67 jhead = j;
78 for (j = jhead; j; j = jn) {
92 jhead = jtail = NULL;

Completed in 107 milliseconds