char_matrix       501 src/dps8/dps8_crdpun.c static void log_char_matrix_pattern(uint8* char_matrix)
char_matrix       506 src/dps8/dps8_crdpun.c         sim_printf(" %03o\n", char_matrix[col_offset]);
char_matrix       514 src/dps8/dps8_crdpun.c             if ((char_matrix[col] >> (4 - row)) & 0x1)
char_matrix       577 src/dps8/dps8_crdpun.c     uint8 char_matrix[CHAR_MATRIX_BYTES];
char_matrix       581 src/dps8/dps8_crdpun.c         char_matrix[col_offset] = (col_buffer[col_offset] >> (top ? 6 : 0)) & 0x1F;
char_matrix       584 src/dps8/dps8_crdpun.c     char c = search_glyph_patterns(char_matrix);