Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.c197 #define CLASS_NONE 99 in get_char_class() macro
209 return CLASS_NONE; in get_char_class()
519 if (get_char_class(&p) == CLASS_NONE in skip_anyof()
H A Dregexp_nfa.c1869 if (charclass == CLASS_NONE) in nfa_regatom()
1877 if (charclass != CLASS_NONE) in nfa_regatom()
H A Dregexp_bt.c1870 case CLASS_NONE: in regatom()