ctptr             286 src/simh/sim_console.c CTAB *ctptr;
ctptr             296 src/simh/sim_console.c     if ((ctptr = find_ctab (set_con_tab, gbuf))) {      /* match? */
ctptr             297 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);          /* do the rest */
ctptr             375 src/simh/sim_console.c CTAB *ctptr;
ctptr             385 src/simh/sim_console.c     if ((ctptr = find_ctab (set_rem_con_tab, gbuf))) {  /* match? */
ctptr             386 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);          /* do the rest */
ctptr            1502 src/simh/sim_console.c CTAB *ctptr;
ctptr            1512 src/simh/sim_console.c     if ((ctptr = find_ctab (set_con_telnet_tab, gbuf))) { /* match? */
ctptr            1513 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);            /* do the rest */