get_glyph_nc     2307 src/simh/scp.c cptr = get_glyph_nc (cptr, gbuf, '"');                  /* get quote delimited token */
get_glyph_nc     3356 src/simh/scp.c                 (void)get_glyph_nc (ip+1, gbuf, '%');   /* first try using the literal name */
get_glyph_nc     4287 src/simh/scp.c                             (void)get_glyph_nc (svptr, gbuf, ',');
get_glyph_nc      147 src/simh/scp.h CONST char *get_glyph_nc (const char *iptr, char *optr, char mchar);
get_glyph_nc      293 src/simh/sim_console.c     cptr = get_glyph_nc (cptr, gbuf, ',');              /* get modifier */
get_glyph_nc      382 src/simh/sim_console.c     cptr = get_glyph_nc (cptr, gbuf, ',');              /* get modifier */
get_glyph_nc     1319 src/simh/sim_console.c cptr = get_glyph_nc (cptr, gbuf, 0);                    /* get file name */
get_glyph_nc     1377 src/simh/sim_console.c cptr = get_glyph_nc (cptr, gbuf, 0);                    /* get file name */
get_glyph_nc     1509 src/simh/sim_console.c     cptr = get_glyph_nc (cptr, gbuf, ',');                /* get modifier */
get_glyph_nc     1685 src/simh/sim_console.c     (void)get_glyph_nc (filename, gbuf, 0);             /* reparse */
get_glyph_nc     2211 src/simh/sim_tmxr.c         tptr = get_glyph_nc (tptr, tbuf, ',');
get_glyph_nc     2322 src/simh/sim_tmxr.c         cptr = get_glyph_nc (cptr, port, ';');