Home
last modified time | relevance | path

Searched refs:set_string_option_direct (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/proto/
H A Doptionstr.pro8 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 Dhelp.c644 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 Doptionstr.c366 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 Doption.c473 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 Dterm.c1607 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 Dautocmd.c777 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 Dgui.c540 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 Ddrawscreen.c580 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 Dindent.c1771 set_string_option_direct((char_u *)"vts", -1, new_ts_str, in ex_retab()
H A Dfileio.c2316 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 Dbuffer.c3837 set_string_option_direct((char_u *)"titlestring", -1, in maketitle()
3968 set_string_option_direct((char_u *)"iconstring", -1, in maketitle()
H A Dmain.c568 set_string_option_direct((char_u *)"ef", -1, in vim_main2()
H A Dmisc2.c1732 set_string_option_direct((char_u *)"ff", -1, (char_u *)p, in set_fileformat()
H A Dterminal.c626 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 Dquickfix.c5731 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 Dex_docmd.c3145 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 Dscreen.c4438 set_string_option_direct((char_u *)"tabline", -1, in draw_tabline()