Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c390 #define RT_END_ON_CR 0000200 /* Receive type: end xfer on CR */ macro
491 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
1830 if ((ch == CR) && (rt & RT_END_ON_CR)) { in mpx_line_svc()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c571 #define RT_END_ON_CR BIT (7) /* Receive type: end xfer on CR */ macro
580 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
1988 if ((ch == CR) && (rt & RT_END_ON_CR)) { in line_service()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1255 #define RT_END_ON_CR BIT (7) /* Receive type: end xfer on CR */ macro
1264 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
2734 …if (ch == CR && rt & RT_END_ON_CR) { /* then if the end-on-CR condition is satisfied … in line_service()