Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd.c95 static ppd_option_t *ppd_get_option(ppd_group_t *group, const char *name);
790 option = ppd_get_option(group, keyword); in _ppdOpen()
794 option = ppd_get_option(group, keyword); in _ppdOpen()
1340 option = ppd_get_option(subgroup, name); in _ppdOpen()
1348 option = ppd_get_option(group, name); in _ppdOpen()
1352 option = ppd_get_option(group, name); in _ppdOpen()
1473 option = ppd_get_option(group, name); in _ppdOpen()
2789 ppd_get_option(ppd_group_t *group, /* I - Group */ in ppd_get_option() function