OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppdFindCustomParam
(Results
1 - 5
of
5
) sorted by null
/external/libcups/cups/
ppd-custom.c
55
* '
ppdFindCustomParam
()' - Find a parameter for a custom option.
61
ppdFindCustomParam
(ppd_coption_t *opt, /* I - Custom option */
ppd-page.c
129
if ((cparam =
ppdFindCustomParam
(coption, "Width")) != NULL)
132
if ((cparam =
ppdFindCustomParam
(coption, "Height")) != NULL)
ppd.h
433
extern ppd_cparam_t *
ppdFindCustomParam
(ppd_coption_t *opt,
ppd-mark.c
930
if ((cparam =
ppdFindCustomParam
(coption, val->name)) == NULL)
ppd.c
[
all
...]
Completed in 90 milliseconds