/src/lib/libform/ |
type_enum.c | 55 bool ignore_case; member in struct:__anon0f6d32f40108 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,
|
type_enum.c | 55 bool ignore_case; member in struct:__anon0f6d32f40108 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,
|
type_enum.c | 55 bool ignore_case; member in struct:__anon0f6d32f40108 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/games/fortune/fortune/ |
fortune.c | 179 static void re_setup(struct re *rx, const char *pattern, bool ignore_case); 300 int ignore_case; local in function:getargs 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) {
|
fortune.c | 179 static void re_setup(struct re *rx, const char *pattern, bool ignore_case); 300 int ignore_case; local in function:getargs 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) {
|
fortune.c | 179 static void re_setup(struct re *rx, const char *pattern, bool ignore_case); 300 int ignore_case; local in function:getargs 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) {
|