Searched refs:sesave (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | regexp_bt.c | 341 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, ®_startzpos[no], in regmatch() 3916 save_se(&rp->rs_un.sesave, &rex.reg_endpos[no], in regmatch() 3942 save_se(&rp->rs_un.sesave, ®_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, ®_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, ®_endzpos[rp->rs_no], in regmatch()
|