Home
last modified time | relevance | path

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

/trueos/usr.bin/top/
HDmachine.c133 char *state_abbrev[] = { variable
876 state < sizeof(state_abbrev) / sizeof(*state_abbrev)) in format_next_process()
877 sprintf(status, "%.6s", state_abbrev[state]); in format_next_process()