find_shtab 2867 src/simh/scp.c SHTAB *shptr = find_shtab (show_glob_tab, gbuf); find_shtab 4503 src/simh/scp.c else if ((shptr = find_shtab (show_glob_tab, gbuf))) { /* global? */ find_shtab 4525 src/simh/scp.c if (sim_dflt_dev && (shptr = find_shtab (show_dev_tab, gbuf))) /* global match? */ find_shtab 4556 src/simh/scp.c if (shtb && (shptr = find_shtab (shtb, gbuf))) {/* global match? */ find_shtab 175 src/simh/scp.h SHTAB *find_shtab (SHTAB *tab, const char *gbuf); find_shtab 322 src/simh/sim_console.c if ((shptr = find_shtab (show_con_tab, gbuf)))