Searched refs:vi_IGNORECASE (Results 1 – 2 of 2) sorted by relevance
914 *gp++ = (value(vi_IGNORECASE) ? tolower(c) : c); in vi_compile()959 *gp++ = (value(vi_IGNORECASE) ? tolower(c) : c); in vi_compile()975 *gp++ = (value(vi_IGNORECASE) ? tolower(c) : c); in vi_compile()998 *gp++ = (value(vi_IGNORECASE) ? tolower(c) : c); in vi_compile()1080 if(value(vi_IGNORECASE)) { in execute()1107 if(value(vi_IGNORECASE)) { in execute()1130 if(value(vi_IGNORECASE) && ret) { in execute()
51 #define vi_IGNORECASE 10 macro