Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1640 # define STRCOLL(d, s) strcoll((char *)(d), (char *)(s)) macro
1642 # define STRCOLL(d, s) strcmp((char *)(d), (char *)(s)) macro
H A Dfileio.c4734 return STRCOLL(name1, name2); in compare_readdirex_item()
4745 return STRCOLL(*(char **)s1, *(char **)s2); in compare_readdir_item()