• Home
  • Raw
  • Download

Lines Matching refs:marked

396 		*marked;		/* Marked choice */  in ppdFindMarkedChoice()  local
407 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
409 DEBUG_printf(("3ppdFindMarkedChoice: Returning %p(%s)...", marked, in ppdFindMarkedChoice()
410 marked ? marked->choice : "NULL")); in ppdFindMarkedChoice()
412 return (marked); in ppdFindMarkedChoice()
486 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL) in ppdIsMarked()
512 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdMarkDefaults()
514 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdMarkDefaults()
516 cupsArrayRemove(ppd->marked, c); in ppdMarkDefaults()
517 c->marked = 0; in ppdMarkDefaults()
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()
794 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
796 oldc->marked = 0; in ppd_mark_option()
797 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1002 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, c)) != NULL) in ppd_mark_option()
1004 oldc->marked = 0; in ppd_mark_option()
1005 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1015 ppd->sizes[j].marked = !_cups_strcasecmp(ppd->sizes[j].name, in ppd_mark_option()
1030 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1032 oldc->marked = 0; in ppd_mark_option()
1033 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1042 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1044 oldc->marked = 0; in ppd_mark_option()
1045 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1063 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1065 oldc->marked = 0; in ppd_mark_option()
1066 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1084 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL) in ppd_mark_option()
1086 oldc->marked = 0; in ppd_mark_option()
1087 cupsArrayRemove(ppd->marked, oldc); in ppd_mark_option()
1095 c->marked = 1; in ppd_mark_option()
1097 cupsArrayAdd(ppd->marked, c); in ppd_mark_option()