Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/systat/
H A Dpool.c224 return strcmp(p1->name, p2->name) * sortdir; in sort_name_callback()
235 return sortdir; in sort_req_callback()
237 return -sortdir; in sort_req_callback()
250 return sortdir; in sort_npage_callback()
252 return -sortdir; in sort_npage_callback()
266 return sortdir; in sort_psize_callback()
268 return -sortdir; in sort_psize_callback()
589 return strcmp(pc1->name, pc2->name) * sortdir; in pool_cache_sort_name_callback()
600 return sortdir; in pool_cache_sort_len_callback()
602 return -sortdir; in pool_cache_sort_len_callback()
[all …]
H A Dmalloc.c152 return strcmp(t1->name, t2->name) * sortdir; in sort_tname_callback()
163 return sortdir; in sort_treq_callback()
165 return -sortdir; in sort_treq_callback()
178 return sortdir; in sort_inuse_callback()
180 return -sortdir; in sort_inuse_callback()
193 return sortdir; in sort_memuse_callback()
195 return -sortdir; in sort_memuse_callback()
H A Dpftop.c319 return sortdir; in sort_size_callback()
321 return -sortdir; in sort_size_callback()
333 return sortdir; in sort_pkt_callback()
335 return -sortdir; in sort_pkt_callback()
344 return sortdir; in sort_age_callback()
347 return -sortdir; in sort_age_callback()
356 return sortdir; in sort_exp_callback()
359 return -sortdir; in sort_exp_callback()
370 return sortdir; in sort_rate_callback()
372 return -sortdir; in sort_rate_callback()
[all …]
H A Dengine.h159 extern int sortdir;
H A Dengine.c65 int sortdir = 1; variable
946 sortdir *= -1; in set_order_hotkey()
1274 sortdir *= -1; in keyboard()
H A Dmain.c261 o->func != NULL && sortdir == -1 ? "^" : "", in add_order_tb()