ta_buffer         359 src/dps8/dps8_console.c static int ta_buffer[TA_BUFFER_SIZE];
ta_buffer         380 src/dps8/dps8_console.c     ta_buffer [ta_cnt ++] = c;
ta_buffer         387 src/dps8/dps8_console.c     int c = ta_buffer[ta_next];
ta_buffer         395 src/dps8/dps8_console.c     int c = ta_buffer[ta_next ++];