Lines Matching refs:optionP
802 struct ns32k_option *optionP, /* How to search the string. */ in optlist() argument
813 for (i = 0; optionP[i].pattern != 0; i++) in optlist()
815 strlen2 = strlen (optionP[i].pattern); in optlist()
819 patternP = optionP[i].pattern; in optlist()
830 *default_map |= optionP[i].or; in optlist()
831 *default_map &= optionP[i].and; in optlist()
844 struct ns32k_option *optionP, /* List to search. */ in list_search() argument
849 for (i = 0; optionP[i].pattern != 0; i++) in list_search()
851 if (!strncmp (optionP[i].pattern, str, 20)) in list_search()
854 *default_map |= optionP[i].or; in list_search()
855 *default_map &= optionP[i].and; in list_search()