Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Drstatus.c135 if ((*p1)->request->outcome & RS_IMMEDIATE) in rsort()
136 if ((*p2)->request->outcome & RS_IMMEDIATE) in rsort()
144 else if ((*p2)->request->outcome & RS_IMMEDIATE) in rsort()
H A Ddisp1.c155 rp->request->outcome |= RS_IMMEDIATE; in s_print_request()
579 rp->request->outcome |= RS_IMMEDIATE; in s_end_change_request()
609 if ((rp->request->outcome & RS_IMMEDIATE) || in s_end_change_request()
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h113 #define RS_IMMEDIATE 0x0080 /* should be next to print */ macro