Searched refs:off_arg (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | regexp_nfa.c | 4503 int off_arg) // byte offset, when -1 go to next line in addstate() argument 4506 int off = off_arg; in addstate() 4532 if (off_arg <= -ADDSTATE_HERE_OFFSET) in addstate() 4536 listindex = -(off_arg + ADDSTATE_HERE_OFFSET); in addstate() 4723 subs = addstate(l, state->out, subs, pim, off_arg); in addstate() 4724 subs = addstate(l, state->out1, subs, pim, off_arg); in addstate() 4730 subs = addstate(l, state->out, subs, pim, off_arg); in addstate() 4830 subs = addstate(l, state->out, subs, pim, off_arg); in addstate() 4858 subs = addstate(l, state->out, subs, pim, off_arg); in addstate() 4932 subs = addstate(l, state->out, subs, pim, off_arg); in addstate()
|