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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c161 static int whatami = READWRITE; /* a READ or WRITE process - or both */ variable
441 whatami = READWRITE; /* always run start() as one process */
605 whatami = WRITE;
610 whatami = READ;
618 canread = (whatami & READ) ? TRUE : FALSE;
619 canwrite = (whatami & WRITE) ? TRUE : FALSE;
752 writedone = (whatami == READWRITE) ? TRUE : FALSE;
1053 if (whatami == READWRITE)
1069 if (whatami != READWRITE && otherpid > 1)

Completed in 59 milliseconds