Searched refs:ppd_section_t (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | ppd.h | 97 } 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,
|
D | ppd-emit.c | 58 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()
|
D | ppd.c | 468 ppd_section_t section; /* Order dependency section */ in _ppdOpen()
|