Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c79 || (reqbufp->actions & (ACT_MAIL|ACT_WRITE))
159 else if (reqbufp->actions & ACT_WRITE)
H A Dgetrequest.c171 reqp->actions |= ACT_WRITE;
/titanic_44/usr/src/cmd/lp/include/
H A Drequests.h92 #define ACT_WRITE 0x0002 /* write to the terminal when finished */ macro
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c110 !(prs->request->actions & (ACT_MAIL|ACT_WRITE|ACT_NOTIFY)) in notify()
H A Ddowait.c44 (PRS)->request->actions & (ACT_MAIL|ACT_WRITE|ACT_NOTIFY)\
H A Dexec.c1114 if (request->request->actions & ACT_WRITE) { in exec()