Home
last modified time | relevance | path

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

/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c2972 static int reventrycmp(const void *va, const void *vb) in reventrycmp() function
3135 if (entrycmpfn == &reventrycmp) in getorderstr()
6015 entrycmpfn = &reventrycmp;
6076 entrycmpfn = cfg.reverse ? &reventrycmp : &entrycmp;
6111 entrycmpfn = &reventrycmp;