Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc-source.cxx789 g = d->find_group("General"); in get_duplex()
807 g = d->find_group("General"); in get_duplex()
1168 if ((g = d->find_group(name)) == NULL) in get_group()
2399 if ((general = d->find_group("General")) == NULL) in scan_file()
2405 if ((install = d->find_group("InstallableOptions")) == NULL) in scan_file()
2970 if (!d->find_group(tempg->name->value)) in scan_file()
2975 if (!d->find_group(tempg->name->value)) in scan_file()
Dppdc.h406 ppdcGroup *find_group(const char *n);
Dppdc-driver.cxx182 ppdcDriver::find_group(const char *n) // I - Group name in find_group() function in ppdcDriver