Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c392 #define RT_END_ON_EOT 0000040 /* Receive type: end xfer on EOT */ macro
1839 else if ((ch == EOT) && (rt & RT_END_ON_EOT)) in mpx_line_svc()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c573 #define RT_END_ON_EOT BIT (5) /* Receive type: end xfer on EOT */ macro
1998 else if ((ch == EOT) && (rt & RT_END_ON_EOT)) in line_service()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1257 #define RT_END_ON_EOT BIT (5) /* Receive type: end xfer on EOT */ macro
2744 …else if (ch == EOT && rt & RT_END_ON_EOT) /* otherwise if the end-on-EOT condition is satisfied … in line_service()