Lines Matching refs:se_u
4581 || rex.lnum == nfa_endp->se_u.pos.lnum)) in addstate()
5323 endpos.se_u.pos.col = (int)(rex.input - rex.line); in recursive_regmatch()
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()
6009 (int)(nfa_endp->se_u.ptr - rex.input)); 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()
7066 ? (rex.lnum < nfa_endp->se_u.pos.lnum in nfa_regmatch()
7067 || (rex.lnum == nfa_endp->se_u.pos.lnum in nfa_regmatch()
7069 < nfa_endp->se_u.pos.col)) in nfa_regmatch()
7070 : rex.input < nfa_endp->se_u.ptr)))) in nfa_regmatch()
7155 && rex.lnum < nfa_endp->se_u.pos.lnum)) in nfa_regmatch()