char_pos          545 src/dps8/dps8_crdpun.c static char get_lace_char(word36* buffer, uint char_pos)
char_pos          547 src/dps8/dps8_crdpun.c     if (char_pos >= GLYPHS_PER_CARD)
char_pos          549 src/dps8/dps8_crdpun.c         sim_warn("*** Error: Attempt to read punch block character out of range (%u)\n", char_pos);
char_pos          553 src/dps8/dps8_crdpun.c     bool top           = char_pos < 11;                              // Top or bottom line of chars
char_pos          554 src/dps8/dps8_crdpun.c     uint char_offset   = (char_pos < 11) ? char_pos : char_pos - 11; // Character num in the line