Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/top/
HDmachine.h31 const char * const *order_names; member
HDtop.c508 if ((order_index = string_index(order_name, statics.order_names)) == -1) in main()
514 pp = statics.order_names; in main()
1050 if ((i = string_index(tempbuf2, statics.order_names)) == -1) in main()
HDmachine.c356 statics->order_names = ordernames; in machine_init()