glyph_buffer      257 src/dps8/dps8_crdpun.c     char glyph_buffer[MAX_GLYPH_BUFFER_LEN];
glyph_buffer      606 src/dps8/dps8_crdpun.c         uint current_length = (uint)strlen(state -> glyph_buffer);
glyph_buffer      607 src/dps8/dps8_crdpun.c         if (current_length < (sizeof(state -> glyph_buffer) - 1))
glyph_buffer      609 src/dps8/dps8_crdpun.c             state -> glyph_buffer[current_length++] = c;
glyph_buffer      610 src/dps8/dps8_crdpun.c             state -> glyph_buffer[current_length]   = 0;
glyph_buffer      908 src/dps8/dps8_crdpun.c     state -> glyph_buffer[0] = 0;                       // Clear Glyph Buffer
glyph_buffer      939 src/dps8/dps8_crdpun.c         sim_printf("\r\n++++ Glyph Buffer ++++\r\n'%s'\r\n", state -> glyph_buffer);
glyph_buffer      943 src/dps8/dps8_crdpun.c     if (strlen(state -> glyph_buffer) < 86)
glyph_buffer      946 src/dps8/dps8_crdpun.c                   state -> glyph_buffer);
glyph_buffer      952 src/dps8/dps8_crdpun.c                        &state -> glyph_buffer[14],
glyph_buffer      953 src/dps8/dps8_crdpun.c                        &state -> glyph_buffer[88]