Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpc/
H A Dcmds.c969 setres = set_qstate(SQS_STARTP, lf); in restart_q()
1035 setres = set_qstate(SQS_STARTP, lf); in start_q()
1305 setres = set_qstate(SQS_ENABLEQ+SQS_STARTP, lf); in up_q()
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h230 #define SQS_STARTP 0x20 /* Start the printing of jobs */ macro
H A Dcommon.c384 if (action & SQS_STARTP) { in set_qstate()