• Home
  • Raw
  • Download

Lines Matching refs:ppd_choice_t

369 ppd_choice_t *				/* O - Choice pointer or @code NULL@ */
374 ppd_choice_t *c; /* Current choice */ in ppdFindChoice()
395 ppd_choice_t * /* O - Pointer to choice or @code NULL@ */
399 ppd_choice_t key, /* Search key for choice */ in ppdFindMarkedChoice()
411 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
480 ppd_choice_t key, /* Search key */ in ppdIsMarked()
490 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL) in ppdIsMarked()
506 ppd_choice_t *c; /* Current choice */ in ppdMarkDefaults()
516 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdMarkDefaults()
518 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdMarkDefaults()
704 ppd_choice_t *c; /* Current choice */ in ppd_debug_marked()
709 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppd_debug_marked()
711 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppd_debug_marked()
777 ppd_choice_t *c, /* Choice pointer */ in ppd_mark_option()
798 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1000 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, c)) != NULL) in ppd_mark_option()
1028 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1040 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1061 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1082 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()