Searched refs:pos_col (Results 1 – 2 of 2) sorted by relevance
3398 colnr_T pos_col = pos->lnum == rex.lnum + rex.reg_firstlnum in regmatch() local3405 ? (pos_col == (colnr_T)(rex.input - rex.line) in regmatch()3407 : (pos_col < (colnr_T)(rex.input - rex.line) in regmatch()
6851 colnr_T pos_col = pos->lnum == rex.lnum + rex.reg_firstlnum in nfa_regmatch() local6858 ? (pos_col == (colnr_T)(rex.input - rex.line) in nfa_regmatch()6860 : (pos_col < (colnr_T)(rex.input - rex.line) in nfa_regmatch()