Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c397 #define RT_ENAB_ECHO 0000001 /* Receive type: enable input echoing */ macro
491 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
1794 if (rt & RT_ENAB_ECHO) { /* echo enabled? */ in mpx_line_svc()
1809 if (rt & RT_ENAB_ECHO) { /* echo enabled? */ in mpx_line_svc()
1824 if (rt & RT_ENAB_ECHO) /* echo enabled? */ in mpx_line_svc()
1831 if (rt & RT_ENAB_ECHO) /* echo enabled? */ in mpx_line_svc()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c578 #define RT_ENAB_ECHO BIT (0) /* Receive type: enable input echoing */ macro
580 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
1956 if (rt & RT_ENAB_ECHO) { /* echo enabled? */ in line_service()
1969 if (rt & RT_ENAB_ECHO) { /* echo enabled? */ in line_service()
1982 if (rt & RT_ENAB_ECHO) /* echo enabled? */ in line_service()
1989 if (rt & RT_ENAB_ECHO) /* echo enabled? */ in line_service()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1262 #define RT_ENAB_ECHO BIT (0) /* Receive type: enable input echoing */ macro
1264 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
2704 if (rt & RT_ENAB_ECHO) { /* if echo is enabled */ in line_service()
2717 if (rt & RT_ENAB_ECHO) { /* if echo is enabled */ in line_service()
2730 if (rt & RT_ENAB_ECHO) /* if echo is enabled */ in line_service()
2735 if (rt & RT_ENAB_ECHO) /* then if echo is enabled */ in line_service()