Home
last modified time | relevance | path

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

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