Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd.h97 } ppd_section_t; typedef
176 ppd_section_t section; /* Section for command */
373 extern int ppdCollect(ppd_file_t *ppd, ppd_section_t section,
377 ppd_section_t section) _PPD_DEPRECATED;
379 ppd_section_t section) _PPD_DEPRECATED;
422 extern int ppdCollect2(ppd_file_t *ppd, ppd_section_t section,
426 ppd_section_t section, int limit,
430 extern char *ppdEmitString(ppd_file_t *ppd, ppd_section_t section,
Dppd-emit.c58 ppd_section_t section, /* I - Section to collect */ in ppdCollect()
77 ppd_section_t section, /* I - Section to collect */ in ppdCollect2()
82 ppd_section_t csection; /* Current section */ in ppdCollect2()
231 ppd_section_t section) /* I - Section to write */ in ppdEmit()
252 ppd_section_t section, /* I - Section to write */ in ppdEmitAfterOrder()
297 ppd_section_t section) /* I - Section to write */ in ppdEmitFd()
603 ppd_section_t section, /* I - Section to write */ in ppdEmitString()
Dppd.c468 ppd_section_t section; /* Order dependency section */ in _ppdOpen()