Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc-source.cxx1588 if ((o = d->find_option_group(name, &mg)) == NULL) in get_option()
2826 if ((o = d->find_option_group("cupsDarkness", &mg)) == NULL) in scan_file()
2912 if ((o = d->find_option_group("cupsFinishing", &mg)) == NULL) in scan_file()
3004 if ((o = d->find_option_group("InputSlot", &mg)) == NULL) in scan_file()
3137 if ((o = d->find_option_group("MediaType", &mg)) == NULL) in scan_file()
3270 if ((o = d->find_option_group("Resolution", &mg)) == NULL) in scan_file()
Dppdc.h408 ppdcOption *find_option_group(const char *n, ppdcGroup **mg);
Dppdc-driver.cxx202 return (find_option_group(n, (ppdcGroup **)0)); in find_option()
211 ppdcDriver::find_option_group( in find_option_group() function in ppdcDriver
/external/libxkbcommon/test/
Dregistry.c359 find_option_group(struct rxkb_context *ctx, const char *grp) in find_option_group() function