Lines Matching refs:marked

400 		*marked;		/* Marked choice */  in ppdFindMarkedChoice()  local
411 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
413 DEBUG_printf(("3ppdFindMarkedChoice: Returning %p(%s)...", marked, in ppdFindMarkedChoice()
414 marked ? marked->choice : "NULL")); in ppdFindMarkedChoice()
416 return (marked); in ppdFindMarkedChoice()
490 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL) in ppdIsMarked()
516 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdMarkDefaults()
518 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdMarkDefaults()
520 cupsArrayRemove(ppd->marked, c); in ppdMarkDefaults()
521 c->marked = 0; in ppdMarkDefaults()
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()
798 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
800 oldc->marked = 0; in ppd_mark_option()
801 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1000 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, c)) != NULL) in ppd_mark_option()
1002 oldc->marked = 0; in ppd_mark_option()
1003 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1013 ppd->sizes[j].marked = !_cups_strcasecmp(ppd->sizes[j].name, in ppd_mark_option()
1028 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1030 oldc->marked = 0; in ppd_mark_option()
1031 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1040 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1042 oldc->marked = 0; in ppd_mark_option()
1043 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1061 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1063 oldc->marked = 0; in ppd_mark_option()
1064 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1082 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1084 oldc->marked = 0; in ppd_mark_option()
1085 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1093 c->marked = 1; in ppd_mark_option()
1095 cupsArrayAdd(ppd->marked, c); in ppd_mark_option()