Searched refs:ppdFindCustomParam (Results 1 – 6 of 6) sorted by relevance
129 if ((cparam = ppdFindCustomParam(coption, "Width")) != NULL) in ppdPageSize()132 if ((cparam = ppdFindCustomParam(coption, "Height")) != NULL) in ppdPageSize()
61 ppdFindCustomParam(ppd_coption_t *opt, /* I - Custom option */ in ppdFindCustomParam() function
435 extern ppd_cparam_t *ppdFindCustomParam(ppd_coption_t *opt,
505 ppdFindCustomParam
930 if ((cparam = ppdFindCustomParam(coption, val->name)) == NULL) in ppd_mark_option()
2697 if ((cparam = ppdFindCustomParam(opt, param)) != NULL) in ppd_get_cparam()