Home
last modified time | relevance | path

Searched refs:LPF_INPUT (Results 1 – 2 of 2) sorted by relevance

/NextBSD/usr.sbin/lpr/lpd/
HDprintjob.c652 if (pp->filters[LPF_INPUT] == NULL in print()
665 if (pp->filters[LPF_INPUT] == NULL) { /* use output filter */ in print()
702 prog = pp->filters[LPF_INPUT]; in print()
720 prog = pp->filters[LPF_INPUT]; in print()
1063 if (pp->filters[LPF_INPUT]) { in sendfile()
1064 filtcmd = pp->filters[LPF_INPUT]; in sendfile()
1805 if (pp->filters[LPF_OUTPUT] && !pp->filters[LPF_INPUT] && !of_pid) { in openpr()
/NextBSD/usr.sbin/lpr/common_source/
HDlp.h43 enum lpd_filters { LPF_CIFPLOT, LPF_DVI, LPF_GRAPH, LPF_INPUT, enumerator