Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c341 save_se_T sesave; member
3856 save_se(&rp->rs_un.sesave, &rex.reg_startpos[no], in regmatch()
3889 save_se(&rp->rs_un.sesave, &reg_startzpos[no], in regmatch()
3916 save_se(&rp->rs_un.sesave, &rex.reg_endpos[no], in regmatch()
3942 save_se(&rp->rs_un.sesave, &reg_endzpos[no], in regmatch()
4345 restore_se(&rp->rs_un.sesave, &rex.reg_startpos[rp->rs_no], in regmatch()
4354 restore_se(&rp->rs_un.sesave, &reg_startzpos[rp->rs_no], in regmatch()
4363 restore_se(&rp->rs_un.sesave, &rex.reg_endpos[rp->rs_no], in regmatch()
4372 restore_se(&rp->rs_un.sesave, &reg_endzpos[rp->rs_no], in regmatch()