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);
788 option = ppd_get_option(group, keyword); in _ppdOpen()
792 option = ppd_get_option(group, keyword); in _ppdOpen()
1338 option = ppd_get_option(subgroup, name); in _ppdOpen()
1346 option = ppd_get_option(group, name); in _ppdOpen()
1350 option = ppd_get_option(group, name); in _ppdOpen()
1471 option = ppd_get_option(group, name); in _ppdOpen()
2756 ppd_get_option(ppd_group_t *group, /* I - Group */ in ppd_get_option() function