Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/lpr/lpc/
HDcmds.c416 setres = set_qstate(SQS_STOPP, lf); in abort_q()
951 setres = set_qstate(SQS_DISABLEQ+SQS_STOPP, lf); in down_q()
1138 setres = set_qstate(SQS_STOPP, lf); in stop_q()
/NextBSD/usr.sbin/lpr/common_source/
HDlp.h229 #define SQS_STOPP 0x02 /* Stop the printing of jobs */ macro
HDcommon.c372 if (action & SQS_STOPP) { in set_qstate()