Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c159 static int whatami = READWRITE; /* a READ or WRITE process - or both */ variable
439 whatami = READWRITE; /* always run start() as one process */ in initialize()
603 whatami = WRITE; in split()
608 whatami = READ; in split()
616 canread = (whatami & READ) ? TRUE : FALSE; in split()
617 canwrite = (whatami & WRITE) ? TRUE : FALSE; in split()
750 writedone = (whatami == READWRITE) ? TRUE : FALSE; in done()
1051 if (whatami == READWRITE) in clearline()
1067 if (whatami != READWRITE && otherpid > 1) in sendsignal()