Home
last modified time | relevance | path

Searched refs:inpc (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
3761 inpc = utf_ptr2char(rex.input + i); in regmatch()
3762 if (!utf_iscomposing(inpc)) in regmatch()
3767 else if (opndc == inpc) in regmatch()