Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c502 regc(int b) in regc() function
1368 regc(NL); in regatom()
1369 regc(NUL); in regatom()
1418 regc(NUL); in regatom()
1850 regc(0x0a); in regatom()
1901 regc(' '); in regatom()
1902 regc('\t'); in regatom()
1938 regc(' '); in regatom()
1951 regc('\t'); in regatom()
2001 regc(NUL); in regatom()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt11042 Solution: Use regmbc() instead of regc(). Add a test.