Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/lib/access/
H A Dchange.c89 deny_form_printer(char **form_list, char *printer) in deny_form_printer() argument
91 return (chgaccess(0, form_list, printer, Lp_A_Printers, FACCESSPREFIX)); in deny_form_printer()
99 allow_form_printer(char **form_list, char *printer) in allow_form_printer() argument
101 return (chgaccess(1, form_list, printer, Lp_A_Printers, FACCESSPREFIX)); in allow_form_printer()
109 remove_paper_from_printer(char **form_list, char *printer) in remove_paper_from_printer() argument
111 return (chgaccess(0, form_list, printer, Lp_A_Printers, PACCESSPREFIX)); in remove_paper_from_printer()
119 add_paper_to_printer(char **form_list, char *printer) in add_paper_to_printer() argument
121 return (chgaccess(1, form_list, printer, Lp_A_Printers, PACCESSPREFIX)); in add_paper_to_printer()