shptr 2490 src/simh/scp.c SHTAB *shptr = find_shtab (show_glob_tab, gbuf); shptr 2491 src/simh/scp.c if ((shptr == NULL) || (shptr->help == NULL) || (*shptr->help == '\0')) shptr 2493 src/simh/scp.c return help_cmd_output (flag, shptr->help, NULL); shptr 4058 src/simh/scp.c SHTAB *shtb = NULL, *shptr; shptr 4080 src/simh/scp.c else if ((shptr = find_shtab (show_glob_tab, gbuf))) { /* global? */ shptr 4082 src/simh/scp.c return shptr->action (ofile, NULL, NULL, shptr->arg, cptr); shptr 4102 src/simh/scp.c if (sim_dflt_dev && (shptr = find_shtab (show_dev_tab, gbuf))) /* global match? */ shptr 4103 src/simh/scp.c return shptr->action (ofile, sim_dflt_dev, uptr, shptr->arg, cptr); shptr 4133 src/simh/scp.c if (shtb && (shptr = find_shtab (shtb, gbuf))) {/* global match? */ shptr 4136 src/simh/scp.c r = shptr->action (ofile, dptr, uptr, shptr->arg, cptr); shptr 309 src/simh/sim_console.c SHTAB *shptr; shptr 319 src/simh/sim_console.c if ((shptr = find_shtab (show_con_tab, gbuf))) shptr 320 src/simh/sim_console.c shptr->action (st, dptr, uptr, shptr->arg, NULL);