Home
last modified time | relevance | path

Searched refs:OP_LPQ (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/LPRng/lprng-3.8.C/src/include/
H A Dcontrol.h23 #define OP_LPQ 11 macro
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dcontrolword.c29 { "LPQ", N_("LPQ"), OP_LPQ, 0, 0, 0, 0},
H A Dlpc.c324 } else if( action == OP_LPQ || action == OP_LPRM ){ in doaction()
H A Dlpd_control.c331 case OP_LPQ: in Do_queue_control()
780 case OP_LPQ: i = REQ_DSHORT; break; in Do_control_lpq()