Searched refs:ppdFindCustomParam (Results 1 – 6 of 6) sorted by relevance
50 ppdFindCustomParam(ppd_coption_t *opt, /* I - Custom option */ in ppdFindCustomParam() function
124 if ((cparam = ppdFindCustomParam(coption, "Width")) != NULL) in ppdPageSize()127 if ((cparam = ppdFindCustomParam(coption, "Height")) != NULL) in ppdPageSize()
557 ppdFindCustomParam
427 extern ppd_cparam_t *ppdFindCustomParam(ppd_coption_t *opt,
929 if ((cparam = ppdFindCustomParam(coption, val->name)) == NULL) in ppd_mark_option()
2660 if ((cparam = ppdFindCustomParam(opt, param)) != NULL) in ppd_get_cparam()