Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c219 #define NCLOSE 151 // Analogous to NOPEN. macro
2428 paren == REG_NPAREN ? NCLOSE : END); in reg()
2560 || OP(scan) == MCLOSE + 0 || OP(scan) == NCLOSE) in bt_regcomp()
3864 case NCLOSE: // \) after \%( in regmatch()
5477 case NCLOSE: in regprop()