Home
last modified time | relevance | path

Searched refs:simh_buffer (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_console.c285 char simh_buffer[simh_buffer_sz]; member
872 csp->simh_buffer[csp->simh_buffer_cnt] = 0; in consoleProcessIdx()
884 console_putchar (conUnitIdx, (char) (csp->simh_buffer[i])); in consoleProcessIdx()
902 csp->simh_buffer[csp->simh_buffer_cnt] = 0; in consoleProcessIdx()
904 char * cptr = csp->simh_buffer; in consoleProcessIdx()
927 csp->simh_buffer[0] = 0; in consoleProcessIdx()
939 csp->simh_buffer[0] = 0; in consoleProcessIdx()
951 csp->simh_buffer[csp->simh_buffer_cnt ++] = (char) ch; in consoleProcessIdx()