show_con_tab 240 src/simh/sim_console.c static SHTAB show_con_tab[] = { show_con_tab 313 src/simh/sim_console.c for (i = 0; show_con_tab[i].name; i++) show_con_tab 314 src/simh/sim_console.c show_con_tab[i].action (st, dptr, uptr, show_con_tab[i].arg, cptr); show_con_tab 319 src/simh/sim_console.c if ((shptr = find_shtab (show_con_tab, gbuf))) show_con_tab 1247 src/simh/sim_console.c fprintf (st, "%s = %X\n", show_con_tab[flag].name, *(cons_kmap[flag & KMAP_MASK])); show_con_tab 1248 src/simh/sim_console.c else fprintf (st, "%s = %o\n", show_con_tab[flag].name, *(cons_kmap[flag & KMAP_MASK]));