Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c396 #define RT_ENAB_EDIT 0000002 /* Receive type: enable input editing */ macro
491 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
1789 if (rt & RT_ENAB_EDIT) { /* editing enabled? */ in mpx_line_svc()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c577 #define RT_ENAB_EDIT BIT (1) /* Receive type: enable input editing */ macro
580 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
1951 if (rt & RT_ENAB_EDIT) /* editing enabled? */ in line_service()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1261 #define RT_ENAB_EDIT BIT (1) /* Receive type: enable input editing */ macro
1264 #define RT_PWRUP (RT_END_ON_CR | RT_END_ON_CHAR | RT_ENAB_EDIT | RT_ENAB_ECHO)
2699 if (rt & RT_ENAB_EDIT) /* if editing is enabled */ in line_service()