Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c77 || (reqbufp->actions & (ACT_MAIL|ACT_WRITE))
157 else if (reqbufp->actions & ACT_WRITE)
H A Dgetrequest.c169 reqp->actions |= ACT_WRITE;
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h89 #define ACT_WRITE 0x0002 /* write to the terminal when finished */ macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c107 !(prs->request->actions & (ACT_MAIL|ACT_WRITE|ACT_NOTIFY)) in notify()
H A Ddowait.c42 (PRS)->request->actions & (ACT_MAIL|ACT_WRITE|ACT_NOTIFY)\
H A Dexec.c1008 if (request->request->actions & ACT_WRITE) { in exec()