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

/external/libcups/cups/
H A Dppd.c95 static ppd_option_t *ppd_get_option(ppd_group_t *group, const char *name);
788 option = ppd_get_option(group, keyword);
792 option = ppd_get_option(group, keyword);
1338 option = ppd_get_option(subgroup, name);
1346 option = ppd_get_option(group, name);
1350 option = ppd_get_option(group, name);
1471 option = ppd_get_option(group, name);
2752 * 'ppd_get_option()' - Find or create the named option as needed.
2756 ppd_get_option(ppd_group_t *group, /* I - Group */ function
2763 DEBUG_printf(("7ppd_get_option(grou
[all...]

Completed in 1983 milliseconds