Home
last modified time | relevance | path

Searched refs:ppdcArray (Results 1 – 9 of 9) sorted by relevance

/external/libcups/ppdc/
Dppdc-array.cxx21 ppdcArray::ppdcArray(ppdcArray *a) in ppdcArray() function in ppdcArray
59 ppdcArray::~ppdcArray() in ~ppdcArray()
76 ppdcArray::add(ppdcShared *d) in add()
101 ppdcArray::first() in first()
117 ppdcArray::next() in next()
131 ppdcArray::remove(ppdcShared *d) // I - Data element in remove()
Dppdc.h103 class ppdcArray //// Shared Array
113 ppdcArray(ppdcArray *a = 0);
114 ~ppdcArray();
170 ppdcArray *messages; // Array of translation messages
244 ppdcArray *choices; // Choices
266 ppdcArray *options; // Options
359 ppdcArray *copyright; // Copyright strings
369 ppdcArray *attrs, // Attributes
420 ppdcArray *locales, ppdcSource *src,
461 static ppdcArray *includes; // Include directories
[all …]
Dppdc-group.cxx28 options = new ppdcArray(); in ppdcGroup()
46 options = new ppdcArray(); in ppdcGroup()
Dppdc-driver.cxx45 copyright = new ppdcArray(d->copyright); in ppdcDriver()
56 attrs = new ppdcArray(d->attrs); in ppdcDriver()
57 constraints = new ppdcArray(d->constraints); in ppdcDriver()
58 filters = new ppdcArray(d->filters); in ppdcDriver()
59 fonts = new ppdcArray(d->fonts); in ppdcDriver()
60 profiles = new ppdcArray(d->profiles); in ppdcDriver()
61 sizes = new ppdcArray(d->sizes); in ppdcDriver()
77 groups = new ppdcArray(); in ppdcDriver()
85 copyright = new ppdcArray(); in ppdcDriver()
96 attrs = new ppdcArray(); in ppdcDriver()
[all …]
Dppdc-option.cxx35 choices = new ppdcArray(); in ppdcOption()
58 choices = new ppdcArray(o->choices); in ppdcOption()
Dppdc.cxx55 ppdcArray *locales; // List of locales in main()
156 locales = new ppdcArray(); in main()
376 ppdcArray *templocales = locales; in main()
380 templocales = new ppdcArray(); in main()
Dppdc-source.cxx32 ppdcArray *ppdcSource::includes = 0;
56 base_fonts = new ppdcArray(); in ppdcSource()
57 drivers = new ppdcArray(); in ppdcSource()
58 po_files = new ppdcArray(); in ppdcSource()
59 sizes = new ppdcArray(); in ppdcSource()
60 vars = new ppdcArray(); in ppdcSource()
125 includes = new ppdcArray(); in add_include()
Dppdc-catalog.cxx55 messages = new ppdcArray(); in ppdcCatalog()
/external/libcups/scheduler/
Dcups-driverd.cxx364 ppdcArray *locales; // Locale names in cat_drv()
370 locales = new ppdcArray(); in cat_drv()