Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c351 int nextb_ic; // next byte reverse case member
4174 rst.nextb_ic = MB_TOLOWER(rst.nextb); in regmatch()
4176 rst.nextb_ic = MB_TOUPPER(rst.nextb); in regmatch()
4179 rst.nextb_ic = rst.nextb; in regmatch()
4184 rst.nextb_ic = NUL; in regmatch()
4675 || *rex.input == rst->nextb_ic) in regmatch()