Lines Matching defs:pc
1149 unsigned pc = isprint(c) ? c : ' ';1150 printf("Map: %4d %02x %c", a, c, pc);