Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c102 } se_u; member
7775 scope->se_u.se_if.is_if_label = -1; in compile_if()
7810 scope->se_u.se_if.is_had_return = FALSE; in compile_elseif()
7921 scope->se_u.se_if.is_if_label = -1; in compile_elseif()
7958 scope->se_u.se_if.is_had_return = FALSE; in compile_else()
8000 scope->se_u.se_if.is_if_label = -1; in compile_else()
8027 ifscope = &scope->se_u.se_if; in compile_endif()
8339 forscope = &scope->se_u.se_for; in compile_endfor()
8522 el = &scope->se_u.se_for.fs_end_label; in compile_break()
8524 el = &scope->se_u.se_while.ws_end_label; in compile_break()
[all …]
H A Dregexp_bt.c315 } se_u; member
2715 *(posp) = (savep)->se_u.pos; \
2717 *(pp) = (savep)->se_u.ptr; }
2729 savep->se_u.pos = *posp; in save_se_multi()
2737 savep->se_u.ptr = *pp; in save_se_one()
3188 bp->save_end[i].se_u.pos = rex.reg_endpos[i]; in save_subexpr()
3192 bp->save_start[i].se_u.ptr = rex.reg_startp[i]; in save_subexpr()
3193 bp->save_end[i].se_u.ptr = rex.reg_endp[i]; in save_subexpr()
3216 rex.reg_endpos[i] = bp->save_end[i].se_u.pos; in restore_subexpr()
3220 rex.reg_startp[i] = bp->save_start[i].se_u.ptr; in restore_subexpr()
[all …]
H A Dregexp_nfa.c4581 || rex.lnum == nfa_endp->se_u.pos.lnum)) in addstate()
5324 endpos.se_u.pos.lnum = rex.lnum; in recursive_regmatch()
5327 endpos.se_u.pos = pim->end.pos; in recursive_regmatch()
5332 endpos.se_u.ptr = rex.input; in recursive_regmatch()
5334 endpos.se_u.ptr = pim->end.ptr; in recursive_regmatch()
6003 (int)nfa_endp->se_u.pos.lnum, in nfa_regmatch()
6005 nfa_endp->se_u.pos.col); in nfa_regmatch()
6015 ? (rex.lnum != nfa_endp->se_u.pos.lnum in nfa_regmatch()
6017 != nfa_endp->se_u.pos.col) in nfa_regmatch()
6018 : rex.input != nfa_endp->se_u.ptr)) in nfa_regmatch()
[all …]