Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd.c82 static ppd_option_t *ppd_get_option(ppd_group_t *group, const char *name);
762 option = ppd_get_option(group, keyword); in _ppdOpen()
766 option = ppd_get_option(group, keyword); in _ppdOpen()
1283 option = ppd_get_option(subgroup, name); in _ppdOpen()
1291 option = ppd_get_option(group, name); in _ppdOpen()
1295 option = ppd_get_option(group, name); in _ppdOpen()
1416 option = ppd_get_option(group, name); in _ppdOpen()
2753 ppd_get_option(ppd_group_t *group, /* I - Group */ in ppd_get_option() function