Home
last modified time | relevance | path

Searched refs:OPT_FREE (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dhelp.c645 (char_u *)"help", OPT_FREE|OPT_LOCAL, 0); in prepare_help_buffer()
663 set_string_option_direct((char_u *)"isk", -1, p, OPT_FREE|OPT_LOCAL, 0); in prepare_help_buffer()
671 OPT_FREE|OPT_LOCAL, 0); in prepare_help_buffer()
H A Doption.c474 ISP_LATIN1, OPT_FREE, SID_NONE); in set_init_1()
476 ISK_LATIN1, OPT_FREE, SID_NONE); in set_init_1()
548 OPT_FREE, 0); in set_fencs_unicode()
584 if ((opt_flags & OPT_FREE) && (flags & P_ALLOCED)) in set_option_default()
780 set_option_default(i, OPT_FREE|OPT_LOCAL, FALSE); in set_local_options_default()
854 set_string_option_direct(NULL, idx, (char_u *)"dark", OPT_FREE, 0); in set_init_2()
1282 set_options_default(OPT_FREE | opt_flags); in do_set()
2897 set_string_option_direct((char_u *)"shm", -1, IObuff, OPT_FREE, 0); in set_bool_option()
2984 OPT_FREE | opt_flags, 0); in set_bool_option()
6893 set_option_default(opt_idx, OPT_FREE, FALSE); in vimrc_found()
[all …]
H A Dpopupwin.c737 str, OPT_FREE|OPT_LOCAL, 0); in apply_general_options()
944 (char_u *)"no", OPT_FREE|OPT_LOCAL, 0); in apply_options()
1693 s + 10, OPT_FREE|OPT_LOCAL, 0); in parse_popup_option()
1948 (char_u *)"popup", OPT_FREE|OPT_LOCAL, 0); in popup_create()
1950 (char_u *)"wipe", OPT_FREE|OPT_LOCAL, 0); in popup_create()
2066 OPT_FREE|OPT_LOCAL, 0); in popup_create()
H A Dterm.c1607 set_string_option_direct((char_u *)"t_Co", -1, nr_colors, OPT_FREE, 0); in set_color_count()
1935 OPT_FREE, 0); in set_termname()
2532 set_string_option_direct((char_u *)"term", -1, term, OPT_FREE, 0); in termcapinit()
4819 OPT_FREE, 0); in handle_version_response()
H A Dautocmd.c778 OPT_FREE, SID_NONE); in au_event_disable()
791 OPT_FREE, SID_NONE); in au_event_restore()
H A Dgui.c541 (char_u *)"a", OPT_FREE, SID_NONE); in gui_init()
1011 wide_name, OPT_FREE, 0); in set_guifontwide()
3804 (char_u *)"", OPT_FREE, SID_ERROR); in get_tabline_label()
H A Ddrawscreen.c581 (char_u *)"", OPT_FREE | (*wp->w_p_stl != NUL in redraw_custom_statusline()
674 (char_u *)"", OPT_FREE, SID_ERROR); in win_redr_ruler()
H A Dindent.c1772 OPT_FREE|OPT_LOCAL, 0); in ex_retab()
H A Dvim.h1227 #define OPT_FREE 0x01 // free old value if it was allocated macro
H A Dfileio.c2317 OPT_FREE|OPT_LOCAL, 0); in readfile()
2760 fenc, OPT_FREE|OPT_LOCAL, 0); in set_forced_fenc()
H A Doptionstr.c397 if ((opt_flags & OPT_FREE) && (get_option_flags(idx) & P_ALLOCED)) in set_string_option_direct()
H A Dbuffer.c3838 (char_u *)"", OPT_FREE, SID_ERROR); in maketitle()
3969 (char_u *)"", OPT_FREE, SID_ERROR); in maketitle()
H A Dmain.c569 params.use_ef, OPT_FREE, SID_CARG); in vim_main2()
H A Dmisc2.c1733 OPT_FREE | opt_flags, 0); in set_fileformat()
H A Ddiff.c1497 OPT_LOCAL|OPT_FREE, 0); in diff_win_options()
H A Dterminal.c627 (char_u *)"terminal", OPT_FREE|OPT_LOCAL, 0); in term_start()
3855 (char_u *)"", OPT_FREE|OPT_LOCAL, 0); 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.c3146 (char_u *)"all", OPT_FREE, SID_NONE); in apply_cmdmod()
3174 OPT_FREE, SID_NONE); in undo_cmdmod()
H A Dscreen.c4439 (char_u *)"", OPT_FREE, SID_ERROR); in draw_tabline()