LP_WS
I = getlist(NAME_SIMPLE, LP_WS, LP_SEP);
p_remove = getlist(P, LP_WS, LP_SEP);
p_add = getlist(P, LP_WS, LP_SEP);
if ((pf = f_allow = getlist(str, LP_WS, LP_SEP)) != NULL) {
if ((pf = f_deny = getlist(str, LP_WS, LP_SEP)) != NULL) {
if (!(u_allow = getlist(str, LP_WS, LP_SEP)))
if (!(u_deny = getlist(str, LP_WS, LP_SEP)))
if (!(H = getlist(optarg, LP_WS, LP_SEP))) {
else if (!(I = getlist(optarg, LP_WS, LP_SEP))) {
if (!(S = getlist(optarg, LP_WS, LP_SEP))) {
if (!(T = getlist(optarg, LP_WS, LP_SEP))) {
flbuf.printer_types = getlist(p, LP_WS, LP_SEP);
flbuf.input_types = getlist(p, LP_WS, LP_SEP);
flbuf.output_types = getlist(p, LP_WS, LP_SEP);
flbuf.printers = getlist(p, LP_WS, LP_SEP);
if (!(u_allow = getlist(cp, LP_WS, LP_SEP)))
if (!(u_deny = getlist(cp, LP_WS, LP_SEP)))
modules = getlist(DEFMODULES, LP_WS, LP_SEP);
pf->printers = getlist(DFLT(FL_PRTRS), LP_WS, LP_SEP);
list = getlist(DFLT(FL_PTYPS), LP_WS, LP_SEP);
list = getlist(DFLT(FL_ITYPS), LP_WS, LP_SEP);
list = getlist(DFLT(FL_OTYPS), LP_WS, LP_SEP);
#define issep(X) strchr(LP_WS, X)
prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP);
prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP);
prp->modules = getlist(NAME_DEFAULT, LP_WS, LP_SEP);
if ((pp = getlist(p, LP_WS, ":"))) {
*ppp = getlist(p, LP_WS, LP_SEP);
prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP);
LP_WS,
char **list = getlist(name, LP_WS, LP_SEP);