Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.c2369 reg_getline_submatch(linenr_T lnum) in reg_getline_submatch() function
2414 s = reg_getline_submatch(lnum); in reg_submatch()
2441 s = reg_getline_submatch(lnum++); in reg_submatch()
2450 STRNCPY(retval + len, reg_getline_submatch(lnum), in reg_submatch()
2514 s = reg_getline_submatch(slnum) + scol; in reg_submatch_list()
2526 s = reg_getline_submatch(slnum + i); in reg_submatch_list()
2530 s = reg_getline_submatch(elnum); in reg_submatch_list()