glyph_buffer      246 src/dps8/dps8_crdpun.c     char glyph_buffer[MAX_GLYPH_BUFFER_LEN];
glyph_buffer      594 src/dps8/dps8_crdpun.c         uint current_length = (uint)strlen(state -> glyph_buffer);
glyph_buffer      595 src/dps8/dps8_crdpun.c         if (current_length < (sizeof(state -> glyph_buffer) - 1))
glyph_buffer      597 src/dps8/dps8_crdpun.c             state -> glyph_buffer[current_length++] = c;
glyph_buffer      598 src/dps8/dps8_crdpun.c             state -> glyph_buffer[current_length]   = 0;
glyph_buffer      890 src/dps8/dps8_crdpun.c     state -> glyph_buffer[0] = 0;                       // Clear Glyph Buffer
glyph_buffer      921 src/dps8/dps8_crdpun.c         sim_printf("\n++++ Glyph Buffer ++++\n'%s'\n", state -> glyph_buffer);
glyph_buffer      925 src/dps8/dps8_crdpun.c     if (strlen(state -> glyph_buffer) < 86)
glyph_buffer      929 src/dps8/dps8_crdpun.c              state -> glyph_buffer);
glyph_buffer      935 src/dps8/dps8_crdpun.c                        &state -> glyph_buffer[14],
glyph_buffer      936 src/dps8/dps8_crdpun.c                        &state -> glyph_buffer[88]