Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c914 *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()
H A Dex_vars.h51 #define vi_IGNORECASE 10 macro