ctptr             287 src/simh/sim_console.c CTAB *ctptr;
ctptr             297 src/simh/sim_console.c     if ((ctptr = find_ctab (set_con_tab, gbuf))) {      /* match? */
ctptr             298 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);          /* do the rest */
ctptr             376 src/simh/sim_console.c CTAB *ctptr;
ctptr             386 src/simh/sim_console.c     if ((ctptr = find_ctab (set_rem_con_tab, gbuf))) {  /* match? */
ctptr             387 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);          /* do the rest */
ctptr            1503 src/simh/sim_console.c CTAB *ctptr;
ctptr            1513 src/simh/sim_console.c     if ((ctptr = find_ctab (set_con_telnet_tab, gbuf))) { /* match? */
ctptr            1514 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);            /* do the rest */