Home
last modified time | relevance | path

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

/haiku/src/bin/network/telnet/
H A Dsys_bsd.c66 #ifndef USE_TERMIO
231 #ifndef USE_TERMIO in TerminalSaveState()
282 #ifdef USE_TERMIO in tcval()
315 #ifndef USE_TERMIO in TerminalDefaultChars()
372 #ifndef USE_TERMIO in TerminalNewMode()
404 #ifdef USE_TERMIO in TerminalNewMode()
411 #ifdef USE_TERMIO in TerminalNewMode()
420 #ifndef USE_TERMIO in TerminalNewMode()
430 #ifndef USE_TERMIO in TerminalNewMode()
439 #ifndef USE_TERMIO in TerminalNewMode()
[all …]
H A Dexterns.h44 #ifndef USE_TERMIO
46 # define USE_TERMIO macro
54 #ifdef USE_TERMIO
60 #if defined(NO_CC_T) || !defined(USE_TERMIO)
61 # if !defined(USE_TERMIO)
213 #if defined(USE_TERMIO)
340 #ifndef USE_TERMIO
H A DJamfile9 SubDirCcFlags [ FDefines USE_TERMIO=1 OLD_ENVIRON=1 ENV_HACK=1 ] ;
H A Dterminal.c57 #ifdef USE_TERMIO
H A Dtelnet.c1186 #ifdef USE_TERMIO in slc_init()
H A Dcommands.c859 #ifdef USE_TERMIO
/haiku/src/bin/network/telnetd/
H A Dsys_term.c78 #ifndef USE_TERMIO
145 #ifndef USE_TERMIO in init_termbuf()
175 #ifndef USE_TERMIO in set_termbuf()
205 #ifndef USE_TERMIO
431 #ifndef USE_TERMIO in tty_linemode()
459 #ifndef USE_TERMIO in tty_isecho()
469 #ifndef USE_TERMIO in tty_flowmode()
479 #ifndef USE_TERMIO in tty_restartany()
493 #ifndef USE_TERMIO in tty_setecho()
509 #ifndef USE_TERMIO in tty_israw()
[all …]
H A Ddefs.h49 #if defined(SYSV_TERMIO) && !defined(USE_TERMIO)
50 # define USE_TERMIO macro
90 #ifndef USE_TERMIO
99 #if !defined(USE_TERMIO) || defined(NO_CC_T)
H A DJamfile9 SubDirCcFlags [ FDefines USE_TERMIO=1 ] ;
H A Dslc.c372 #if defined(USE_TERMIO) && (VEOF == VMIN)
390 #if defined(USE_TERMIO) && (VEOF == VMIN) in check_slc()
H A Dtelnetd.c1252 #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN) in doeof()