Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3741 int opndc = 0, inpc; in regmatch() local
3752 opndc = utf_ptr2char(opnd); in regmatch()
3753 if (enc_utf8 && utf_iscomposing(opndc)) in regmatch()
3767 else if (opndc == inpc) in regmatch()