Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c79 || (reqbufp->actions & (ACT_MAIL|ACT_WRITE))
157 if (reqbufp->actions & ACT_MAIL)
H A Dgetrequest.c169 reqp->actions |= ACT_MAIL;
/titanic_50/usr/src/cmd/lp/include/
H A Drequests.h91 #define ACT_MAIL 0x0001 /* send mail when finished printing */ macro
/titanic_50/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)\