Searched refs:caseless (Results 1 – 8 of 8) sorted by relevance
181 if (caseless == YES) { in findsymbol()205 if (caseless == YES) { in findsymbol()332 if (caseless == YES) { in finddef()684 if (caseless == YES) { in findfile()790 if (isregexp == YES || caseless == YES || invertedindex == YES) { in findinit()866 if (caseless == YES) { in findterm()880 if (caseless == YES) { /* restore lower case */ in findterm()894 if (caseless == YES) { in findterm()911 if (caseless == YES) { in findterm()984 if (caseless == YES) { in match()
42 BOOL caseless; /* ignore letter case when searching */ variable71 if (caseless == NO) { in command()72 caseless = YES; in command()75 caseless = NO; in command()78 egrepcaseless(caseless); /* turn on/off -i flag */ in command()402 caseless) > 0) { in command()
508 if (caseless == NO) { in main()509 caseless = YES; in main()511 caseless = NO; in main()513 egrepcaseless(caseless); in main()653 caseless = YES; in options()655 egrepcaseless(caseless); in options()
111 extern BOOL caseless; /* ignore letter case when searching */
395 if (caseless == YES) { in search()
137 # Strings are normally mapped to upper-case for a caseless comparison.
147 # Strings are normally mapped to upper-case for a caseless comparison.
3957 Table Compiler: Make all "generic" operators caseless. These are the 3959 like UINT8, String, etc. Making these caseless improves ease-of-use.