HomeSort by: relevance | last modified time | path
    Searched defs:ignore_case (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libform/
type_enum.c 55 bool ignore_case; member in struct:__anon484
95 new->ignore_case = (va_arg(*args, int)) ? TRUE : FALSE;
98 _formi_dbg_printf("%s: ignore_case %d, no_blanks %d\n", __func__,
99 new->ignore_case, new->exact);
148 match_enum(char **choices, unsigned num_choices, bool ignore_case,
194 if (ignore_case)
233 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case,
262 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case,
298 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case,
  /src/external/gpl2/diffutils/dist/src/
diff.h 129 XTERN bool ignore_case;
128 XTERN bool ignore_case; variable
  /src/games/fortune/fortune/
fortune.c 179 static void re_setup(struct re *rx, const char *pattern, bool ignore_case);
300 int ignore_case; local
306 ignore_case = FALSE;
352 ignore_case++;
375 re_setup(&Re_pat, pat, ignore_case);
377 re_setup(&Re_pat13, pat, ignore_case);
1198 re_setup(struct re *rx, const char *pattern, bool ignore_case)
1206 if (ignore_case) {
  /src/external/gpl3/autoconf/dist/
maint.mk 204 # ignore_case
234 export ignore_case = macro
235 _ignore_case = $$(test -n "$$ignore_case" && printf %s -i || :)
383 ignore_case=1 \

Completed in 24 milliseconds