Home
last modified time | relevance | path

Searched refs:displayq (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/lpr/lpq/
H A Dlpq.c140 displayq(lflag); in main()
145 displayq(lflag); in main()
H A DMakefile6 SRCS= lpq.c displayq.c common.c common_vars.c
/openbsd/usr.sbin/lpr/lpd/
H A DMakefile7 SRCS= lpd.c printjob.c recvjob.c displayq.c rmjob.c startdaemon.c \
H A Dlpd.c512 displayq(cbuf[0] - '\3'); in doit()
/openbsd/usr.sbin/lpr/common_source/
H A Dlp.h132 void displayq(int);
H A Ddisplayq.c93 displayq(int format) in displayq() function