Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dchkprinter.c76 retflags |= PCK_CPI;
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h135 #define PCK_CPI 0x0004 /* printer type can't handle ".cpi" */ macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c202 P (PCK_CPI, "\tcharacter pitch\n"); in print_reason()
H A Dpickfilter.c426 if (chk & PCK_CPI) DROP (p_cpi, prs->cpi); in pickfilter()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c494 if ((rc & PCK_CPI) && cpi) in chkopts()
871 if ((checks & PCK_CPI) && cpi_f)
H A Ddo_align.c341 if (printer_chk & PCK_CPI)