Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c84 static struct co_tab code_tab[] = { variable
209 for (i = 0; i < NELEM(code_tab); i++) { in report_process()
210 if (f_user->fu_flags & code_tab[i].c_flag) in report_process()
211 (void) fprintf(stderr, "%c", code_tab[i].c_char); in report_process()