Home
last modified time | relevance | path

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

/titanic_41/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 */ in initialize()
605 whatami = WRITE; in split()
610 whatami = READ; in split()
618 canread = (whatami & READ) ? TRUE : FALSE; in split()
619 canwrite = (whatami & WRITE) ? TRUE : FALSE; in split()
752 writedone = (whatami == READWRITE) ? TRUE : FALSE; in done()
1053 if (whatami == READWRITE) in clearline()
1069 if (whatami != READWRITE && otherpid > 1) in sendsignal()