| /vim-8.2.3635/src/ |
| H A D | iid_ole.c | 34 unsigned short s2; member
|
| H A D | profiler.c | 504 prof_total_cmp(const void *s1, const void *s2) in prof_total_cmp() 517 prof_self_cmp(const void *s1, const void *s2) in prof_self_cmp()
|
| H A D | termlib.c | 578 _match(char *s1, char *s2) in _match()
|
| H A D | typval.c | 1156 char_u *s1, *s2; in typval_compare() local 1468 char_u *s1, *s2; in func_equal() local 1527 char_u *s1, *s2; in tv_equal() local
|
| H A D | strings.c | 539 vim_stricmp(char *s1, char *s2) in vim_stricmp() 564 vim_strnicmp(char *s1, char *s2, size_t len) in vim_strnicmp() 712 sort_compare(const void *s1, const void *s2) in sort_compare()
|
| H A D | help.c | 294 help_compare(const void *s1, const void *s2) in help_compare()
|
| H A D | ex_cmds.c | 312 string_compare(const void *s1, const void *s2) in string_compare() 320 sort_compare(const void *s1, const void *s2) in sort_compare() 384 char_u *s2; in ex_sort() local
|
| H A D | viminfo.c | 719 sort_hist(const void *s1, const void *s2) in sort_hist() 2211 buf_compare(const void *s1, const void *s2) in buf_compare()
|
| H A D | drawline.c | 190 text_prop_compare(const void *s1, const void *s2) in text_prop_compare()
|
| H A D | list.c | 1825 item_compare(const void *s1, const void *s2) in item_compare() 1909 item_compare2(const void *s1, const void *s2) in item_compare2()
|
| H A D | cmdexpand.c | 31 sort_func_compare(const void *s1, const void *s2) in sort_func_compare()
|
| H A D | mbyte.c | 3615 char_u *s2, in utf_strnicmp() 3697 mb_strnicmp(char_u *s1, char_u *s2, size_t nn) in mb_strnicmp()
|
| H A D | findfile.c | 1323 ff_wc_equal(char_u *s1, char_u *s2) in ff_wc_equal()
|
| H A D | getchar.c | 969 char_u *s1, *s2; in ins_typebuf() local
|
| H A D | diff.c | 2020 diff_cmp(char_u *s1, char_u *s2) in diff_cmp()
|
| H A D | tag.c | 1222 tag_strnicmp(char_u *s1, char_u *s2, size_t len) in tag_strnicmp()
|
| H A D | gui_at_fs.c | 260 SFstrdup(char **s1, char *s2) in SFstrdup()
|
| H A D | spellfile.c | 3410 str_equal(char_u *s1, char_u *s2) in str_equal() 4843 rep_compare(const void *s1, const void *s2) in rep_compare()
|
| H A D | syntax.c | 5312 const short *s2 = v2; in syn_compare_stub() local 6700 const time_entry_T *s2 = v2; in syn_compare_syntime() local
|
| H A D | fileio.c | 4738 compare_readdir_item(const void *s1, const void *s2) in compare_readdir_item()
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xutils.c | 173 int xdl_recmatch(const char *l1, long s1, const char *l2, long s2, long flags) in xdl_recmatch() 343 static int xdl_format_hunk_hdr(long s1, long c1, long s2, long c2, in xdl_format_hunk_hdr() 392 int xdl_emit_hunk_hdr(long s1, long c1, long s2, long c2, in xdl_emit_hunk_hdr()
|
| H A D | xemit.c | 179 long s1, s2, e1, e2, lctx; in xdl_emit_diff() local
|
| H A D | xhistogram.c | 99 #define CMP_ENV(xpp, env, s1, l1, s2, l2) \ argument 102 #define CMP(i, s1, l1, s2, l2) \ argument
|
| H A D | xdiffi.c | 677 static int score_cmp(struct split_score *s1, struct split_score *s2) in score_cmp()
|
| /vim-8.2.3635/src/xxd/ |
| H A D | xxd.c | 178 # define STRNCMP(s1, s2, l) strncmp(s1, s2, (size_t)l) argument 180 # define STRNCMP(s1, s2, l) strncmp(s1, s2, l) argument
|