Searched refs:ppdcArray (Results 1 – 9 of 9) sorted by relevance
21 ppdcArray::ppdcArray(ppdcArray *a) in ppdcArray() function in ppdcArray59 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()
103 class ppdcArray //// Shared Array113 ppdcArray(ppdcArray *a = 0);114 ~ppdcArray();170 ppdcArray *messages; // Array of translation messages244 ppdcArray *choices; // Choices266 ppdcArray *options; // Options359 ppdcArray *copyright; // Copyright strings369 ppdcArray *attrs, // Attributes420 ppdcArray *locales, ppdcSource *src,461 static ppdcArray *includes; // Include directories[all …]
28 options = new ppdcArray(); in ppdcGroup()46 options = new ppdcArray(); in ppdcGroup()
45 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 …]
35 choices = new ppdcArray(); in ppdcOption()58 choices = new ppdcArray(o->choices); in ppdcOption()
55 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()
32 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()
55 messages = new ppdcArray(); in ppdcCatalog()
364 ppdcArray *locales; // Locale names in cat_drv()370 locales = new ppdcArray(); in cat_drv()