Searched refs:LPF_INPUT (Results 1 – 2 of 2) sorted by relevance
640 if (pp->filters[LPF_INPUT] == NULL in print()653 if (pp->filters[LPF_INPUT] == NULL) { /* use output filter */ in print()690 prog = pp->filters[LPF_INPUT]; in print()708 prog = pp->filters[LPF_INPUT]; in print()1051 if (pp->filters[LPF_INPUT]) { in sendfile()1052 filtcmd = pp->filters[LPF_INPUT]; in sendfile()1793 if (pp->filters[LPF_OUTPUT] && !pp->filters[LPF_INPUT] && !of_pid) { in openpr()
42 enum lpd_filters { LPF_CIFPLOT, LPF_DVI, LPF_GRAPH, LPF_INPUT, enumerator