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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Djobs.c180 static Job *job_list; /* job list */ variable
295 for (j = job_list; j != (Job *) 0; j = j->next) {
776 for (j = job_list; j; j = j->next)
979 for (j = job_list; j != (Job *) 0; j = j->next) {
1030 j = job_list;
1044 for (j = job_list; j; j = tmp) {
1065 for (j = job_list; j; j = j->next) {
1076 for (j = job_list; j; j = tmp) {
1127 for (jl = job_list; jl; jl = jl->next)
1333 for (j = job_list;
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_job.c108 QMGR_LIST_APPEND(message->job_list, job, message_peers);
170 for (next = 0, prev = transport->job_list.prev; prev;
198 QMGR_LIST_LINK(transport->job_list, list_prev, job, list_next, transport_peers);
271 transport->job_current = transport->job_list.next;
377 QMGR_LIST_UNLINK(transport->job_list, QMGR_JOB *, job, transport_peers);
447 QMGR_LIST_UNLINK(message->job_list, QMGR_JOB *, job, message_peers);
642 QMGR_LIST_UNLINK(transport->job_list, QMGR_JOB *, job, transport_peers);
644 QMGR_LIST_LINK(transport->job_list, prev, job, current, transport_peers);
761 QMGR_LIST_UNLINK(transport->job_list, QMGR_JOB *, job, transport_peers);
762 QMGR_LIST_LINK(transport->job_list, some_pre
[all...]
H A Dqmgr.h193 QMGR_JOB_LIST job_list; /* list of message jobs (1 per member in struct:QMGR_TRANSPORT
369 QMGR_JOB_LIST job_list; /* jobs delivering this message (1 member in struct:QMGR_MESSAGE
H A Dqmgr_entry.c293 for (sponsor = message->job_list.next; sponsor; sponsor = sponsor->message_peers.next) {
H A Dqmgr_transport.c428 QMGR_LIST_INIT(transport->job_list);
H A Dqmgr_message.c207 QMGR_LIST_INIT(message->job_list);
1362 for (job = message->job_list.next; job; job = job->message_peers.next)
1374 for (job = message->job_list.next; job; job = job->message_peers.next)
1388 while ((job = message->job_list.next) != 0)

Completed in 110 milliseconds