Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c85 static const char *state_abbrev[] = { variable
1112 if (state < nitems(state_abbrev)) { in format_next_process()
1113 sprintf(status, "%.6s", state_abbrev[state]); in format_next_process()