Searched refs:PPD_ORDER_ANY (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | testppd.c | 421 if ((s = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL && in main() 441 if ((s = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL && in main() 828 if ((s = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL && in main()
|
D | ppd.h | 82 PPD_ORDER_ANY, /* Option code can be anywhere in the file */ enumerator
|
D | ppd.c | 782 option->section = PPD_ORDER_ANY; in _ppdOpen() 1354 option->section = PPD_ORDER_ANY; in _ppdOpen() 1597 section = PPD_ORDER_ANY; in _ppdOpen()
|
D | ppd-emit.c | 162 csection = PPD_ORDER_ANY; in ppdCollect2()
|
D | raster-interpret.c | 215 if ((code = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL) in _cupsRasterInterpretPPD()
|
/external/libcups/tools/ |
D | ippeveps.c | 288 ppdEmit(ppd, stdout, PPD_ORDER_ANY); in dsc_header()
|
/external/libcups/filter/ |
D | pstops.c | 1926 if ((ps = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL) in do_setup() 3361 any_setup = ppdEmitString(ppd, PPD_ORDER_ANY, min_order); in write_options()
|