Home
last modified time | relevance | path

Searched refs:HAVE_TERMIOS_FUNCS (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/less/
H A Ddefines.h379 /* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr. */
380 #define HAVE_TERMIOS_FUNCS 1
378 #define HAVE_TERMIOS_FUNCS global() macro
/freebsd/contrib/less/
H A Dscreen.c57 #if HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS
296 #if (HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS) || defined(TCGETA)
301 #if HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS
390 #if HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS in raw_mode()