find_shtab 2688 src/simh/scp.c SHTAB *shptr = find_shtab (show_glob_tab, gbuf); find_shtab 4318 src/simh/scp.c else if ((shptr = find_shtab (show_glob_tab, gbuf))) { /* global? */ find_shtab 4340 src/simh/scp.c if (sim_dflt_dev && (shptr = find_shtab (show_dev_tab, gbuf))) /* global match? */ find_shtab 4371 src/simh/scp.c if (shtb && (shptr = find_shtab (shtb, gbuf))) {/* global match? */ find_shtab 173 src/simh/scp.h SHTAB *find_shtab (SHTAB *tab, const char *gbuf); find_shtab 321 src/simh/sim_console.c if ((shptr = find_shtab (show_con_tab, gbuf)))