Home
last modified time | relevance | path

Searched refs:O_IGNORECASE (Results 1 – 7 of 7) sorted by relevance

/src/usr.bin/vi/
H A Doptions_def.h25 #define O_IGNORECASE 24 macro
/src/contrib/nvi/common/
H A Doptions_def.h25 #define O_IGNORECASE 24 macro
H A Doptions.c266 {L("ic"), O_IGNORECASE}, /* 4BSD */
/src/contrib/ncurses/menu/
H A Dmenu.priv.h80 O_IGNORECASE | \
H A Dmenu.h69 #define O_IGNORECASE (0x08) macro
H A Dm_driver.c162 if (Is_Sub_String((bool)((menu->opt & O_IGNORECASE) != 0), in _nc_Match_Next_Character_In_Item_Name()
/src/contrib/nvi/ex/
H A Dex_subst.c893 if (O_ISSET(sp, O_IGNORECASE)) in re_compile()