char_offset       566 src/dps8/dps8_crdpun.c     uint char_offset   = (char_pos < 11) ? char_pos : char_pos - 11; // Character num in the line
char_offset       567 src/dps8/dps8_crdpun.c     uint word_offset   = glyph_char_word_offset[char_offset];        // Starting word in the buffer
char_offset       568 src/dps8/dps8_crdpun.c     uint nibble_offset = glyph_nibble_offset[char_offset];           // Starting nibble in the word
char_offset       885 src/punutil/punutil.c     uint char_offset = (char_pos < 11) ? char_pos : char_pos - 11; // Character number in the line
char_offset       893 src/punutil/punutil.c         col_buffer[4 - col_offset] = buffer[glyph_starting_column[char_offset] + col_offset];