Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpc/
H A Dcmds.c404 setres = set_qstate(SQS_STOPP, lf); in abort_q()
935 setres = set_qstate(SQS_DISABLEQ+SQS_STOPP, lf); in down_q()
1122 setres = set_qstate(SQS_STOPP, lf); in stop_q()
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h228 #define SQS_STOPP 0x02 /* Stop the printing of jobs */ macro
H A Dcommon.c368 if (action & SQS_STOPP) { in set_qstate()