Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c350 int nextb; // next byte member
4170 rst.nextb = *OPERAND(next); in regmatch()
4173 if (MB_ISUPPER(rst.nextb)) in regmatch()
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()
4183 rst.nextb = NUL; in regmatch()
4674 if (rst->nextb == NUL || *rex.input == rst->nextb in regmatch()