Home
last modified time | relevance | path

Searched refs:vi_IGNORECASE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_re.c918 *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()
H A Dex_vars.h53 #define vi_IGNORECASE 10 macro