char_matrix 500 src/dps8/dps8_crdpun.c static void log_char_matrix_pattern(uint8* char_matrix) char_matrix 505 src/dps8/dps8_crdpun.c sim_printf(" %03o\n", char_matrix[col_offset]); char_matrix 513 src/dps8/dps8_crdpun.c if ((char_matrix[col] >> (4 - row)) & 0x1) char_matrix 576 src/dps8/dps8_crdpun.c uint8 char_matrix[CHAR_MATRIX_BYTES]; char_matrix 580 src/dps8/dps8_crdpun.c char_matrix[col_offset] = (col_buffer[col_offset] >> (top ? 6 : 0)) & 0x1F; char_matrix 583 src/dps8/dps8_crdpun.c char c = search_glyph_patterns(char_matrix);