Searched refs:LP_LF (Results 1 – 2 of 2) sorted by relevance
54 #define LP_LF(p) (((p)->lp_lf) ? ((p)->lp_lf) : DEFAULT_LF) macro
147 fd = open(LP_LF(lp), O_WRONLY|O_APPEND); in printer()149 fatal("%s: open: %s", __func__, LP_LF(lp)); in printer()