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

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

Completed in 44 milliseconds