show_con_tab      242 src/simh/sim_console.c static SHTAB show_con_tab[] = {
show_con_tab      315 src/simh/sim_console.c     for (i = 0; show_con_tab[i].name; i++)
show_con_tab      316 src/simh/sim_console.c         show_con_tab[i].action (st, dptr, uptr, show_con_tab[i].arg, cptr);
show_con_tab      321 src/simh/sim_console.c     if ((shptr = find_shtab (show_con_tab, gbuf)))
show_con_tab     1265 src/simh/sim_console.c     fprintf (st, "%s = %X\n", show_con_tab[flag].name, *(cons_kmap[flag & KMAP_MASK]));
show_con_tab     1266 src/simh/sim_console.c else fprintf (st, "%s = %o\n", show_con_tab[flag].name, *(cons_kmap[flag & KMAP_MASK]));