Searched refs:code_tab (Results 1 – 1 of 1) sorted by relevance
86 static struct co_tab code_tab[] = { variable211 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()