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