sim_gotofile      443 src/simh/scp.c static FILE *sim_gotofile;                       /* the currently open do file */
sim_gotofile     2916 src/simh/scp.c     sim_gotofile = fpin;
sim_gotofile     2948 src/simh/scp.c     sim_gotofile = fpin;
sim_gotofile     3020 src/simh/scp.c sim_gotofile = NULL;
sim_gotofile     3790 src/simh/scp.c if (NULL == sim_gotofile) return SCPE_UNK;              /* only valid inside of do_cmd */
sim_gotofile     3793 src/simh/scp.c fpos = ftell(sim_gotofile);                             /* Save start position */
sim_gotofile     3794 src/simh/scp.c rewind(sim_gotofile);                                   /* start search for label */
sim_gotofile     3798 src/simh/scp.c     cptr = read_line (cbuf, sizeof(cbuf), sim_gotofile);/* get cmd line */
sim_gotofile     3815 src/simh/scp.c fseek(sim_gotofile, fpos, SEEK_SET);               /* restore start position    */
sim_gotofile     3857 src/simh/scp.c if (NULL == sim_gotofile) return SCPE_UNK;              /* only valid inside of do_cmd */