Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.c2490 linenr_T elnum; in reg_submatch_list() local
2503 elnum = rsm.sm_mmatch->endpos[no].lnum; in reg_submatch_list()
2504 if (slnum < 0 || elnum < 0) in reg_submatch_list()
2515 if (slnum == elnum) in reg_submatch_list()
2524 for (i = 1; i < elnum - slnum; i++) in reg_submatch_list()
2530 s = reg_getline_submatch(elnum); in reg_submatch_list()