HomeSort by: relevance | last modified time | path
    Searched defs:ofilter (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/lpr/lpd/
printjob.c 100 static int ofilter; /* id of output filter, if any */ variable in typeref:typename:int
279 if (ofilter > 0)
715 if (ofilter > 0) { /* stop output filter */
718 wait3(&status, WUNTRACED, 0)) > 0 && child_pid != ofilter)
758 if (kill(ofilter, SIGCONT) < 0) {
1254 if (ofilter > 0)
1255 kill(ofilter, SIGCONT);
1334 if ((ofilter = dofork(DOABORT)) == 0) { /* child */
1353 ofilter = 0;
1365 if (ofilter) {
    [all...]
printjob.c 100 static int ofilter; /* id of output filter, if any */ variable in typeref:typename:int
279 if (ofilter > 0)
715 if (ofilter > 0) { /* stop output filter */
718 wait3(&status, WUNTRACED, 0)) > 0 && child_pid != ofilter)
758 if (kill(ofilter, SIGCONT) < 0) {
1254 if (ofilter > 0)
1255 kill(ofilter, SIGCONT);
1334 if ((ofilter = dofork(DOABORT)) == 0) { /* child */
1353 ofilter = 0;
1365 if (ofilter) {
    [all...]

Completed in 22 milliseconds