Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dchkprinter.c85 retflags |= PCK_WIDTH;
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h137 #define PCK_WIDTH 0x0010 /* printer type can't handle ".pwid" */ macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c204 P (PCK_WIDTH, "\tpage width\n"); in print_reason()
H A Dpickfilter.c428 if (chk & PCK_WIDTH) DROP (p_pwid, prs->pwid); in pickfilter()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c500 if ((rc & PCK_WIDTH) && width) in chkopts()
877 if ((checks & PCK_WIDTH) && width_f)
H A Ddo_align.c345 if (printer_chk & PCK_WIDTH)