Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3086 if ((cstrchr(opnd, (*mb_ptr2char)(scan)) == NULL) == testval) in regrepeat()
3092 if ((cstrchr(opnd, *scan) == NULL) == testval) in regrepeat()
3730 else if ((cstrchr(OPERAND(scan), c) == NULL) == (op == ANYOF)) in regmatch()
4912 while ((s = cstrchr(s, c)) != NULL) in bt_regexec_both()
4960 s = cstrchr(rex.line + col, prog->regstart); in bt_regexec_both()
H A Dregexp.c375 static char_u *cstrchr(char_u *, int);
1647 cstrchr(char_u *s, int c) in cstrchr() function
H A Dregexp_nfa.c5634 s = cstrchr(rex.line + *colp, c); in skip_to_start()