Home
last modified time | relevance | path

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

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