find_shtab       2490 src/simh/scp.c                     SHTAB *shptr = find_shtab (show_glob_tab, gbuf);
find_shtab       4080 src/simh/scp.c else if ((shptr = find_shtab (show_glob_tab, gbuf))) {  /* global? */
find_shtab       4102 src/simh/scp.c         if (sim_dflt_dev && (shptr = find_shtab (show_dev_tab, gbuf)))  /* global match? */
find_shtab       4133 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        319 src/simh/sim_console.c     if ((shptr = find_shtab (show_con_tab, gbuf)))