Searched refs:caseless (Results 1 – 8 of 8) sorted by relevance
183 if (caseless == YES) { in findsymbol()207 if (caseless == YES) { in findsymbol()334 if (caseless == YES) { in finddef()686 if (caseless == YES) { in findfile()792 if (isregexp == YES || caseless == YES || invertedindex == YES) { in findinit()868 if (caseless == YES) { in findterm()882 if (caseless == YES) { /* restore lower case */ in findterm()896 if (caseless == YES) { in findterm()913 if (caseless == YES) { in findterm()986 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()
510 if (caseless == NO) { in main()511 caseless = YES; in main()513 caseless = NO; in main()515 egrepcaseless(caseless); in main()655 caseless = YES; in options()657 egrepcaseless(caseless); in options()
111 extern BOOL caseless; /* ignore letter case when searching */
395 if (caseless == YES) { in search()
139 # Strings are normally mapped to upper-case for a caseless comparison.
149 # 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.