Lines Matching refs:ppd_choice_t
365 ppd_choice_t * /* O - Choice pointer or @code NULL@ */
370 ppd_choice_t *c; /* Current choice */ in ppdFindChoice()
391 ppd_choice_t * /* O - Pointer to choice or @code NULL@ */
395 ppd_choice_t key, /* Search key for choice */ in ppdFindMarkedChoice()
407 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
476 ppd_choice_t key, /* Search key */ in ppdIsMarked()
486 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL) in ppdIsMarked()
502 ppd_choice_t *c; /* Current choice */ in ppdMarkDefaults()
512 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdMarkDefaults()
514 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdMarkDefaults()
700 ppd_choice_t *c; /* Current choice */ in ppd_debug_marked()
705 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppd_debug_marked()
707 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppd_debug_marked()
773 ppd_choice_t *c, /* Choice pointer */ in ppd_mark_option()
794 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1002 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, c)) != NULL) in ppd_mark_option()
1030 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1042 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1063 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1084 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()