Home
last modified time | relevance | path

Searched refs:char_sets (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dfreeprinter.c52 if (pp->char_sets)
53 freelist (pp->char_sets);
H A Dputprinter.c349 if (!emptylist(prbufp->char_sets)) in putprinter()
350 print_l(fdout, HEAD, prbufp->char_sets); in putprinter()
H A Dgetprinter.c221 ppp = &(prp->char_sets); in getprinter()
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h93 char **char_sets; /* list of okay char-sets/print-wheels */ member
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c209 "lpsched-charsets", tmp->char_sets); in lpsched_printer_configuration_to_attributes()
483 "lpsched-charsets", &tmp->char_sets); in attributes_to_printer()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c561 prbufp->char_sets = 0; in configure_printer()
563 prbufp->char_sets = S; in configure_printer()
H A Ddo_mount.c171 && searchlist(pwheel, oldp->char_sets)
H A Dchkopts.c855 (S && !M? S : (oldp? oldp->char_sets : (char **)0))
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c261 || searchlist((PW), (PPS)->printer->char_sets) \ in _validate()
879 search_cslist(prs->request->charset, pc->pps->printer->char_sets)) in _chkopts()
H A Dalerts.c194 searchlist(pp->pwheel->name, p->printer->char_sets)) { in pwformat()
H A Dexec.c583 printer->printer->char_sets in exec()