Searched refs:runall (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 1284 schedule_queue_runs(runall, wgrp, didit) in schedule_queue_runs() argument 1285 bool runall; in schedule_queue_runs() 1323 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0) 1346 QueueIntvl, runall, lastsched, 1445 runqueue(forkflag, verbose, persistent, runall) in runqueue() argument 1449 bool runall; 1540 if (runall) 1558 schedule_queue_runs(runall, curnum, true); 1569 schedule_queue_runs(runall, h, false);
|