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

  /src/usr.sbin/lpr/lpd/
printjob.c 103 static int prchild; /* id of pr process */ variable in typeref:typename:int
588 if ((prchild = dofork(DORETURN)) == 0) { /* child */
602 if (prchild < 0) {
603 prchild = 0;
747 prchild = 0;
756 prchild = 0;
printjob.c 103 static int prchild; /* id of pr process */ variable in typeref:typename:int
588 if ((prchild = dofork(DORETURN)) == 0) { /* child */
602 if (prchild < 0) {
603 prchild = 0;
747 prchild = 0;
756 prchild = 0;

Completed in 26 milliseconds