Searched refs:elnum (Results 1 – 1 of 1) sorted by relevance
2490 linenr_T elnum; in reg_submatch_list() local2503 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()