tty_check_xterm_compat  105 lib/tty/tty.h  extern gboolean tty_check_xterm_compat (gboolean force_xterm);
tty_check_xterm_compat  257 src/main.c         mc_global.tty.xterm_flag = tty_check_xterm_compat (mc_args__force_xterm);
tty_check_xterm_compat   53 tests/lib/tty.c     tty_check_xterm_compat (FALSE);
tty_check_xterm_compat   68 tests/lib/tty.c     tty_check_xterm_compat (FALSE);
tty_check_xterm_compat   83 tests/lib/tty.c     const gboolean actual_result_force_false = tty_check_xterm_compat (FALSE);
tty_check_xterm_compat   84 tests/lib/tty.c     const gboolean actual_result_force_true = tty_check_xterm_compat (TRUE);
tty_check_xterm_compat  100 tests/lib/tty.c     const gboolean actual_result_force_false = tty_check_xterm_compat (FALSE);
tty_check_xterm_compat  101 tests/lib/tty.c     const gboolean actual_result_force_true = tty_check_xterm_compat (TRUE);