Searched refs:cmd_order_x (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/top/dist/ |
H A D | commands.c | 717 cmd_order_x(globalstate *gstate, const char *name, ...) in cmd_order_x() function 757 return cmd_order_x(gstate, "cpu", NULL); in cmd_order_cpu() 764 return cmd_order_x(gstate, "pid", NULL); in cmd_order_pid() 771 return cmd_order_x(gstate, "mem", "size", NULL); in cmd_order_mem() 778 return cmd_order_x(gstate, "time"); in cmd_order_time()
|