Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c155 #define BRACE_SIMPLE 14 // node Match this (simple) thing between m and macro
2196 reginsert(BRACE_SIMPLE, ret); in regpiece()
4072 if (OP(next) == BRACE_SIMPLE) in regmatch()
4160 case BRACE_SIMPLE: in regmatch()
4186 if (op != BRACE_SIMPLE) in regmatch()
5542 case BRACE_SIMPLE: in regprop()