Searched refs:T_NAME (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 1972 if (STRNCMP(T_NAME, "builtin_", 8) == 0) in get_x11_icon() 1973 oldicon = vim_strsave(T_NAME + 8); in get_x11_icon() 1975 oldicon = vim_strsave(T_NAME); in get_x11_icon() 2175 if (STRNCMP(T_NAME, "builtin_", 8) == 0) in get_x11_icon() 2176 oldicon = vim_strsave(T_NAME + 8); in get_x11_icon() 2178 oldicon = vim_strsave(T_NAME); in get_x11_icon() 2206 if (T_NAME == NULL) // no terminal name (yet) in mch_settitle() 3916 set_mouse_termcode(KS_MOUSE, (char_u *)(term_is_8bit(T_NAME) in check_mouse_termcode() 3986 set_mouse_termcode(KS_DEC_MOUSE, (char_u *)(term_is_8bit(T_NAME) in check_mouse_termcode() 5604 char *term = (char *)T_NAME; in mch_job_start() [all …]
|
| H A D | term.c | 2269 if (T_NAME != NULL && *T_NAME != NUL && tgetent_error(tbuf, T_NAME) == NULL) in getlinecol() 2314 term = T_NAME; in add_termcap_entry() 2541 set_termname(T_NAME != NULL ? T_NAME : term); in termcapinit() 3036 if (STRCMP(T_NAME, "linux") == 0 in term_bg_default() 3037 || STRCMP(T_NAME, "screen.linux") == 0 in term_bg_default() 3038 || STRNCMP(T_NAME, "cygwin", 6) == 0 in term_bg_default() 3039 || STRNCMP(T_NAME, "putty", 5) == 0 in term_bg_default() 4441 if (!term_is_8bit(T_NAME)) in switch_to_8bit()
|
| H A D | optionstr.c | 693 else if (varp == &T_NAME) in did_set_string_option() 695 if (T_NAME[0] == NUL) in did_set_string_option() 700 else if (term_is_gui(T_NAME)) in did_set_string_option() 703 else if (set_termname(T_NAME) == FAIL) in did_set_string_option()
|
| H A D | termdefs.h | 132 #define T_NAME (TERM_STR(KS_NAME)) // terminal name macro
|
| H A D | optiondefs.h | 2555 (char_u *)&T_NAME, PV_NONE, 2725 (char_u *)&T_NAME, PV_NONE,
|
| H A D | os_win32.c | 8301 return T_NAME != NULL && STRCMP(T_NAME, "win32") == 0; in is_term_win32()
|
| H A D | highlight.c | 562 if (STRNCMP(T_NAME, "qansi", 5) == 0) in lookup_color()
|
| H A D | gui.c | 79 old_term = vim_strsave(T_NAME); in gui_start()
|
| H A D | option.c | 3258 set_termname(T_NAME); in set_bool_option()
|