Searched refs:cstrncmp (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | regexp_bt.c | 3704 if (cstrncmp(opnd, rex.input, &len) != 0) in regmatch() 3976 if (cstrncmp(rex.reg_startp[no], rex.input, &len) != 0) in regmatch() 3996 if (cstrncmp(rex.line + rex.reg_startpos[no].col, in regmatch() 4041 if (cstrncmp(re_extmatch_in->matches[no], in regmatch() 4900 if (cstrncmp(s, prog->regmust, &prog->regmlen) == 0) in bt_regexec_both() 4907 if (cstrncmp(s, prog->regmust, &prog->regmlen) == 0) in bt_regexec_both() 4914 if (cstrncmp(s, prog->regmust, &prog->regmlen) == 0) in bt_regexec_both()
|
| H A D | regexp.c | 374 static int cstrncmp(char_u *s1, char_u *s2, int *n); 1472 if (cstrncmp(p + ccol, rex.input, &len) != 0) in match_with_backref() 1595 cstrncmp(char_u *s1, char_u *s2, int *n) in cstrncmp() function
|
| H A D | regexp_nfa.c | 5165 if (cstrncmp(rex.line + sub->list.multi[subidx].start_col, in match_backref() 5189 if (cstrncmp(sub->list.line[subidx].start, rex.input, &len) == 0) in match_backref() 5220 if (cstrncmp(re_extmatch_in->matches[subidx], rex.input, &len) == 0) in match_zref()
|