shptr            2688 src/simh/scp.c                     SHTAB *shptr = find_shtab (show_glob_tab, gbuf);
shptr            2689 src/simh/scp.c                     if ((shptr == NULL) || (shptr->help == NULL) || (*shptr->help == '\0'))
shptr            2691 src/simh/scp.c                     return help_cmd_output (flag, shptr->help, NULL);
shptr            4296 src/simh/scp.c SHTAB *shtb = NULL, *shptr;
shptr            4318 src/simh/scp.c else if ((shptr = find_shtab (show_glob_tab, gbuf))) {  /* global? */
shptr            4320 src/simh/scp.c     return shptr->action (ofile, NULL, NULL, shptr->arg, cptr);
shptr            4340 src/simh/scp.c         if (sim_dflt_dev && (shptr = find_shtab (show_dev_tab, gbuf)))  /* global match? */
shptr            4341 src/simh/scp.c             return shptr->action (ofile, sim_dflt_dev, uptr, shptr->arg, cptr);
shptr            4371 src/simh/scp.c         if (shtb && (shptr = find_shtab (shtb, gbuf))) {/* global match? */
shptr            4374 src/simh/scp.c             r = shptr->action (ofile, dptr, uptr, shptr->arg, cptr);
shptr             311 src/simh/sim_console.c SHTAB *shptr;
shptr             321 src/simh/sim_console.c     if ((shptr = find_shtab (show_con_tab, gbuf)))
shptr             322 src/simh/sim_console.c          shptr->action (st, dptr, uptr, shptr->arg, NULL);