Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c1272 c = getchr(); in regatom()
1295 c = no_Magic(getchr()); in regatom()
1356 c = getchr(); in regatom()
1451 c = no_Magic(getchr()); in regatom()
1498 c = no_Magic(getchr()); in regatom()
1639 c = getchr(); in regatom()
1643 c = getchr(); in regatom()
1648 c = getchr(); in regatom()
1653 c = getchr(); in regatom()
2064 c = getchr(); in regatom()
[all …]
H A Dregexp_nfa.c1376 c = getchr(); in nfa_regatom()
1402 c = no_Magic(getchr()); in nfa_regatom()
1477 c = getchr(); in nfa_regatom()
1563 c = no_Magic(getchr()); in nfa_regatom()
1612 c = no_Magic(getchr()); in nfa_regatom()
1686 getchr(); // get the ] in nfa_regatom()
1711 c = getchr(); in nfa_regatom()
1715 c = getchr(); in nfa_regatom()
1733 c = getchr(); in nfa_regatom()
1788 EMIT(getchr()); in nfa_regatom()
[all …]
H A Dregexp.c364 static int getchr(void);
911 getchr(void) in getchr() function