Home
last modified time | relevance | path

Searched refs:is_not_a_term (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmain.pro4 int is_not_a_term(void);
/vim-8.2.3635/src/
H A Dmain.c357 if (GARGCOUNT > 1 && !silent_mode && !is_not_a_term()) in VimMain()
1007 is_not_a_term() in is_not_a_term() function
H A Dgui_xim.c1580 if (!is_not_a_term()) in xim_real_init()
H A Dterm.c1817 if (!is_not_a_term()) in report_default_term()
2845 && (is_not_a_term() || (isatty(1) && isatty(read_cmd_fd))) in can_get_termresponse()
H A Dos_unix.c3380 else if (!is_not_a_term()) in exit_scroll()
3407 if (!is_not_a_term()) in mch_exit()
H A Dex_getln.c4580 if (no_console_input() && !is_not_a_term()) in get_user_input()
H A Dfileio.c751 if (!is_not_a_term()) in readfile()
H A Devalfunc.c6460 if (no_console_input() && !is_not_a_term()) in f_inputlist()