Lines Matching refs:ppdcSource

32 ppdcArray	*ppdcSource::includes = 0;
33 const char *ppdcSource::driver_types[] =
49 ppdcSource::ppdcSource(const char *f, // I - File to read in ppdcSource() function in ppdcSource
101 ppdcSource::~ppdcSource() in ~ppdcSource()
119 ppdcSource::add_include(const char *d) // I - Include directory in add_include()
136 ppdcSource::find_driver(const char *f) // I - Driver file name in find_driver()
154 ppdcSource::find_include( in find_include()
234 ppdcSource::find_po(const char *l) // I - Locale name in find_po()
254 ppdcSource::find_size(const char *s) // I - Size name in find_size()
272 ppdcSource::find_variable(const char *n)// I - Variable name in find_variable()
290 ppdcSource::get_attr(ppdcFile *fp, // I - File to read in get_attr()
338 ppdcSource::get_boolean(ppdcFile *fp) // I - File to read in get_boolean()
374 ppdcSource::get_choice(ppdcFile *fp) // I - File to read in get_choice()
414 ppdcSource::get_color_model(ppdcFile *fp) in get_color_model()
487 ppdcSource::get_color_order( in get_color_order()
507 ppdcSource::get_color_profile( in get_color_profile()
549 ppdcSource::get_color_space( in get_color_space()
628 ppdcSource::get_constraint(ppdcFile *fp)// I - File to read in get_constraint()
704 ppdcSource::get_custom_size(ppdcFile *fp) in get_custom_size()
765 ppdcSource::get_duplex(ppdcFile *fp, // I - File to read from in get_duplex()
868 ppdcSource::get_filter(ppdcFile *fp) // I - File to read in get_filter()
946 ppdcSource::get_float(ppdcFile *fp) // I - File to read in get_float()
980 ppdcSource::get_font(ppdcFile *fp) // I - File to read in get_font()
1082 ppdcSource::get_generic(ppdcFile *fp, // I - File to read in get_generic()
1143 ppdcSource::get_group(ppdcFile *fp, // I - File to read in get_group()
1183 ppdcSource::get_installable(ppdcFile *fp) in get_installable()
1231 ppdcSource::get_integer(const char *v) // I - Value string in get_integer()
1447 ppdcSource::get_integer(ppdcFile *fp) // I - File to read in get_integer()
1468 ppdcSource::get_measurement(ppdcFile *fp) in get_measurement()
1506 ppdcSource::get_option(ppdcFile *fp, // I - File to read in get_option()
1617 ppdcSource::get_po(ppdcFile *fp) // I - File to read in get_po()
1694 ppdcSource::get_resolution(ppdcFile *fp)// I - File to read in get_resolution()
1798 ppdcSource::get_simple_profile(ppdcFile *fp) in get_simple_profile()
1892 ppdcSource::get_size(ppdcFile *fp) // I - File to read in get_size()
1927 ppdcSource::get_token(ppdcFile *fp, // I - File to read in get_token()
2138 ppdcSource::get_variable(ppdcFile *fp) // I - File to read in get_variable()
2163 ppdcSource::quotef(cups_file_t *fp, // I - File to write to in quotef()
2357 ppdcSource::read_file(const char *f, // I - File to read in read_file()
2374 ppdcSource::scan_file(ppdcFile *fp, // I - File to read in scan_file()
3393 ppdcSource::set_variable( in set_variable()
3423 ppdcSource::write_file(const char *f) // I - File to write in write_file()