| /vim-8.2.3635/src/proto/ |
| H A D | optionstr.pro | 8 void set_string_option_direct(char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
|
| /vim-8.2.3635/src/ |
| H A D | help.c | 644 set_string_option_direct((char_u *)"buftype", -1, in prepare_help_buffer() 663 set_string_option_direct((char_u *)"isk", -1, p, OPT_FREE|OPT_LOCAL, 0); in prepare_help_buffer() 670 set_string_option_direct((char_u *)"fdm", -1, (char_u *)"manual", in prepare_help_buffer()
|
| H A D | optionstr.c | 366 set_string_option_direct( in set_string_option_direct() function 452 set_string_option_direct(name, opt_idx, val, opt_flags, set_sid); in set_string_option_direct_in_win() 476 set_string_option_direct(name, opt_idx, val, opt_flags, set_sid); in set_string_option_direct_in_buf()
|
| H A D | option.c | 473 set_string_option_direct((char_u *)"isp", -1, in set_init_1() 475 set_string_option_direct((char_u *)"isk", -1, in set_init_1() 547 set_string_option_direct((char_u *)"fencs", -1, fencs_utf8_default, in set_fencs_unicode() 580 set_string_option_direct(NULL, opt_idx, in set_option_default() 854 set_string_option_direct(NULL, idx, (char_u *)"dark", OPT_FREE, 0); in set_init_2() 2897 set_string_option_direct((char_u *)"shm", -1, IObuff, OPT_FREE, 0); in set_bool_option() 2982 set_string_option_direct((char_u *)"ffs", -1, in set_bool_option()
|
| H A D | term.c | 1607 set_string_option_direct((char_u *)"t_Co", -1, nr_colors, OPT_FREE, 0); in set_color_count() 1934 set_string_option_direct((char_u *)"term", -1, term, in set_termname() 2532 set_string_option_direct((char_u *)"term", -1, term, OPT_FREE, 0); in termcapinit() 4818 set_string_option_direct((char_u *)"t_8u", -1, (char_u *)"", in handle_version_response()
|
| H A D | autocmd.c | 777 set_string_option_direct((char_u *)"ei", -1, new_ei, in au_event_disable() 790 set_string_option_direct((char_u *)"ei", -1, old_ei, in au_event_restore()
|
| H A D | gui.c | 540 set_string_option_direct((char_u *)"mouse", -1, in gui_init() 1010 set_string_option_direct((char_u *)"gfw", -1, in set_guifontwide() 3803 set_string_option_direct(opt_name, -1, in get_tabline_label()
|
| H A D | drawscreen.c | 580 set_string_option_direct((char_u *)"statusline", -1, in redraw_custom_statusline() 673 set_string_option_direct((char_u *)"rulerformat", -1, in win_redr_ruler()
|
| H A D | indent.c | 1771 set_string_option_direct((char_u *)"vts", -1, new_ts_str, in ex_retab()
|
| H A D | fileio.c | 2316 set_string_option_direct((char_u *)"fenc", -1, fenc, in readfile() 2759 set_string_option_direct((char_u *)"fenc", -1, in set_forced_fenc()
|
| H A D | buffer.c | 3837 set_string_option_direct((char_u *)"titlestring", -1, in maketitle() 3968 set_string_option_direct((char_u *)"iconstring", -1, in maketitle()
|
| H A D | main.c | 568 set_string_option_direct((char_u *)"ef", -1, in vim_main2()
|
| H A D | misc2.c | 1732 set_string_option_direct((char_u *)"ff", -1, (char_u *)p, in set_fileformat()
|
| H A D | terminal.c | 626 set_string_option_direct((char_u *)"buftype", -1, in term_start() 3854 set_string_option_direct((char_u *)"buftype", -1, in term_change_in_curbuf()
|
| H A D | quickfix.c | 5731 set_string_option_direct((char_u *)"ef", -1, browse_file, OPT_FREE, 0); in ex_cfile() 5737 set_string_option_direct((char_u *)"ef", -1, eap->arg, OPT_FREE, 0); in ex_cfile()
|
| H A D | ex_docmd.c | 3145 set_string_option_direct((char_u *)"ei", -1, in apply_cmdmod() 3173 set_string_option_direct((char_u *)"ei", -1, cmod->cmod_save_ei, in undo_cmdmod()
|
| H A D | screen.c | 4438 set_string_option_direct((char_u *)"tabline", -1, in draw_tabline()
|