glyph_buffer      245 src/dps8/dps8_crdpun.c     char glyph_buffer[MAX_GLYPH_BUFFER_LEN];
glyph_buffer      593 src/dps8/dps8_crdpun.c         uint current_length = (uint)strlen(state -> glyph_buffer);
glyph_buffer      594 src/dps8/dps8_crdpun.c         if (current_length < (sizeof(state -> glyph_buffer) - 1))
glyph_buffer      596 src/dps8/dps8_crdpun.c             state -> glyph_buffer[current_length++] = c;
glyph_buffer      597 src/dps8/dps8_crdpun.c             state -> glyph_buffer[current_length]   = 0;
glyph_buffer      889 src/dps8/dps8_crdpun.c     state -> glyph_buffer[0] = 0;                       // Clear Glyph Buffer
glyph_buffer      920 src/dps8/dps8_crdpun.c         sim_printf("\n++++ Glyph Buffer ++++\n'%s'\n", state -> glyph_buffer);
glyph_buffer      924 src/dps8/dps8_crdpun.c     if (strlen(state -> glyph_buffer) < 86)
glyph_buffer      927 src/dps8/dps8_crdpun.c             ("*** Punch: glyph buffer too short, unable to parse file name '%s'\n", state -> glyph_buffer);
glyph_buffer      933 src/dps8/dps8_crdpun.c             &state -> glyph_buffer[14],
glyph_buffer      934 src/dps8/dps8_crdpun.c             &state -> glyph_buffer[88]