Searched refs:vi_IGNORECASE (Results 1 – 2 of 2) sorted by relevance
918 *gp++ = (value(vi_IGNORECASE) ? tolower(c) : c); in vi_compile()963 *gp++ = (value(vi_IGNORECASE) ? tolower(c) : c); in vi_compile()979 *gp++ = (value(vi_IGNORECASE) ? tolower(c) : c); in vi_compile()1000 *gp++ = (value(vi_IGNORECASE) ? tolower(c) : c); in vi_compile()1081 if(value(vi_IGNORECASE)) { in execute()1108 if(value(vi_IGNORECASE)) { in execute()1131 if(value(vi_IGNORECASE) && ret) { in execute()
53 #define vi_IGNORECASE 10 macro