- Enumerator:
| no_op |
|
| succeed |
|
| exactn |
|
| anychar |
|
| charset |
|
| charset_not |
|
| start_memory |
|
| stop_memory |
|
| duplicate |
|
| begline |
|
| endline |
|
| begbuf |
|
| endbuf |
|
| jump |
|
| jump_past_alt |
|
| on_failure_jump |
|
| on_failure_keep_string_jump |
|
| pop_failure_jump |
|
| maybe_pop_jump |
|
| dummy_failure_jump |
|
| push_dummy_failure |
|
| succeed_n |
|
| jump_n |
|
| set_number_at |
|
| wordchar |
|
| notwordchar |
|
| wordbeg |
|
| wordend |
|
| wordbound |
|
| notwordbound |
|
Definition at line 430 of file regex.c.
{
no_op = 0,
succeed,
exactn,
anychar,
charset,
charset_not,
start_memory,
stop_memory,
duplicate,
begline,
endline,
begbuf,
endbuf,
jump,
jump_past_alt,
on_failure_jump,
on_failure_keep_string_jump,
pop_failure_jump,
maybe_pop_jump,
dummy_failure_jump,
push_dummy_failure,
succeed_n,
jump_n,
set_number_at,
wordchar,
notwordchar,
wordbeg,
wordend,
wordbound,
notwordbound
#ifdef emacs
,before_dot,
at_dot,
after_dot,
syntaxspec,
notsyntaxspec
#endif
} re_opcode_t;