Searched refs:cstrchr (Results 1 – 3 of 3) sorted by relevance
3086 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()
375 static char_u *cstrchr(char_u *, int);1647 cstrchr(char_u *s, int c) in cstrchr() function
5634 s = cstrchr(rex.line + *colp, c); in skip_to_start()