shptr            2676 src/simh/scp.c                     SHTAB *shptr = find_shtab (show_glob_tab, gbuf);
shptr            2677 src/simh/scp.c                     if ((shptr == NULL) || (shptr->help == NULL) || (*shptr->help == '\0'))
shptr            2679 src/simh/scp.c                     return help_cmd_output (flag, shptr->help, NULL);
shptr            4284 src/simh/scp.c SHTAB *shtb = NULL, *shptr;
shptr            4306 src/simh/scp.c else if ((shptr = find_shtab (show_glob_tab, gbuf))) {  /* global? */
shptr            4308 src/simh/scp.c     return shptr->action (ofile, NULL, NULL, shptr->arg, cptr);
shptr            4328 src/simh/scp.c         if (sim_dflt_dev && (shptr = find_shtab (show_dev_tab, gbuf)))  /* global match? */
shptr            4329 src/simh/scp.c             return shptr->action (ofile, sim_dflt_dev, uptr, shptr->arg, cptr);
shptr            4359 src/simh/scp.c         if (shtb && (shptr = find_shtab (shtb, gbuf))) {/* global match? */
shptr            4362 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);