Searched refs:ignore_case (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dutils.py97 def GetLongestMatchOption(searchstr, options=[], ignore_case=True):
106 subcommand = LongestMatch('Rel', ['decode', 'enable', 'reload'], ignore_case=True)
109 if ignore_case:
114 if ignore_case:
H A Dprocess.py780 def FindTasksByName(searchstr, ignore_case=True):
784 ignore_case: bool - If False then exact matching will be enforced
789 if ignore_case:
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_substitute.c549 int ignore_case = 0; local
587 ignore_case = 1;
603 (ignore_case ? AP_REG_ICASE : 0));
617 !ignore_case);
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Ddiff.h127 XTERN bool ignore_case;
126 XTERN bool ignore_case; variable
H A Dio.c243 diff_length_compare_anyway | ignore_case;
252 if (ignore_case)
H A Dutil.c431 if (ignore_case)
H A Ddiff.c398 ignore_case = 1;
703 & ~ (ignore_blank_lines | ignore_case | strip_trailing_cr
/macosx-10.10.1/ruby-106/ruby/
H A Dregcomp.c324 select_str_opcode(int mb_len, OnigDistance str_len, int ignore_case) argument
328 if (ignore_case) {
429 regex_t* reg ARG_UNUSED, int ignore_case)
432 int op = select_str_opcode(mb_len, str_len, ignore_case);
446 regex_t* reg, int ignore_case)
448 int op = select_str_opcode(mb_len, str_len, ignore_case);
4152 UChar skip[], int** int_skip, int ignore_case)
4167 if (ignore_case)
4197 if (ignore_case)
4225 UChar skip[], int** int_skip, int ignore_case)
428 add_compile_string_length(UChar* s ARG_UNUSED, int mb_len, OnigDistance str_len, regex_t* reg ARG_UNUSED, int ignore_case) argument
445 add_compile_string(UChar* s, int mb_len, OnigDistance str_len, regex_t* reg, int ignore_case) argument
4151 set_bm_skip(UChar* s, UChar* end, regex_t* reg, UChar skip[], int** int_skip, int ignore_case) argument
4224 set_bm_skip(UChar* s, UChar* end, regex_t* reg, UChar skip[], int** int_skip, int ignore_case) argument
4319 int ignore_case; /* -1: unset, 0: case sensitive, 1: ignore case */ member in struct:__anon12250
[all...]
H A Dregexec.c1158 , int ignore_case, int case_fold_flag
1184 if (ignore_case != 0) {
1156 backref_match_at_nested_level(regex_t* reg , OnigStackType* top, OnigStackType* stk_base , int ignore_case, int case_fold_flag , int nest, int mem_num, UChar* memp, UChar** s, const UChar* send) argument
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c754 int ascending, ignore_case, version_sort; member in struct:ent
1368 p->ignore_case = !!(autoindex_opts & IGNORE_CASE);
1976 if (c1->ignore_case) {
1990 if (!result && c1->ignore_case) {
H A Dmod_autoindex.c.orig754 int ascending, ignore_case, version_sort;
1368 p->ignore_case = !!(autoindex_opts & IGNORE_CASE);
1976 if (c1->ignore_case) {
1990 if (!result && c1->ignore_case) {
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c356 bool ignore_case; /* ignore case when matching */ member in struct:regexp
5943 ignore_case = FALSE, /* case is significant */
5984 ignore_case = TRUE;
6005 if (ignore_case)
6042 p_head->ignore_case = ignore_case;
5912 ignore_case = FALSE, /* case is significant */ local
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c266 (str1, start1, end1, str2, start2, end2, ignore_case)
267 Lisp_Object str1, start1, end1, start2, str2, end2, ignore_case;
324 if (! NILP (ignore_case))
265 Lisp_Object str1, start1, end1, start2, str2, end2, ignore_case; variable

Completed in 295 milliseconds