Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3398 colnr_T pos_col = pos->lnum == rex.lnum + rex.reg_firstlnum in regmatch() local
3405 ? (pos_col == (colnr_T)(rex.input - rex.line) in regmatch()
3407 : (pos_col < (colnr_T)(rex.input - rex.line) in regmatch()
H A Dregexp_nfa.c6851 colnr_T pos_col = pos->lnum == rex.lnum + rex.reg_firstlnum in nfa_regmatch() local
6858 ? (pos_col == (colnr_T)(rex.input - rex.line) in nfa_regmatch()
6860 : (pos_col < (colnr_T)(rex.input - rex.line) in nfa_regmatch()