Home
last modified time | relevance | path

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

/original-bsd/usr.bin/telnet/
H A Dsys_bsd.c49 #ifndef USE_TERMIO
214 #ifndef USE_TERMIO in TerminalSaveState()
266 #ifdef USE_TERMIO
299 #ifndef USE_TERMIO in TerminalDefaultChars()
365 #ifndef USE_TERMIO
397 #ifdef USE_TERMIO
404 #ifdef USE_TERMIO
413 #ifndef USE_TERMIO
423 #ifndef USE_TERMIO
474 #ifdef USE_TERMIO
[all …]
H A Dexterns.h21 #ifndef USE_TERMIO
23 # define USE_TERMIO macro
40 #ifdef USE_TERMIO
50 #if defined(NO_CC_T) || !defined(USE_TERMIO)
51 # if !defined(USE_TERMIO)
287 #ifndef USE_TERMIO
H A Dterminal.c25 #ifdef USE_TERMIO
H A Dtelnet.c1222 #ifdef USE_TERMIO in slc_init()
H A Dcommands.c825 #ifdef USE_TERMIO
H A DREADME635 However, if you define USE_TERMIO or SYSV_TERMIO, the code will
/original-bsd/libexec/telnetd/
H A Dsys_term.c96 #ifndef USE_TERMIO
162 #ifndef USE_TERMIO in init_termbuf()
198 #ifndef USE_TERMIO in set_termbuf()
235 #ifndef USE_TERMIO
590 #ifndef USE_TERMIO in tty_linemode()
628 #ifndef USE_TERMIO in tty_isecho()
638 #ifndef USE_TERMIO in tty_flowmode()
648 #ifndef USE_TERMIO in tty_restartany()
663 #ifndef USE_TERMIO
679 #ifndef USE_TERMIO in tty_israw()
[all …]
H A Ddefs.h43 #if defined(SYSV_TERMIO) && !defined(USE_TERMIO)
44 # define USE_TERMIO macro
86 #ifndef USE_TERMIO
95 #if !defined(USE_TERMIO) || defined(NO_CC_T)
H A Dslc.c355 #if defined(USE_TERMIO) && (VEOF == VMIN)
373 #if defined(USE_TERMIO) && (VEOF == VMIN) in check_slc()
H A Dtelnetd.c1573 #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN) in doeof()