Lines Matching refs:from

4067     void	*from)  in get_option_value_strict()  argument
4134 *numval = bufIsChanged((buf_T *)from); in get_option_value_strict()
4150 curbuf = (buf_T *)from; in get_option_value_strict()
4161 curwin = (win_T *)from; in get_option_value_strict()
5082 unset_global_local_option(char_u *name, void *from) in unset_global_local_option() argument
5086 buf_T *buf = (buf_T *)from; in unset_global_local_option()
5170 clear_string_option(&((win_T *)from)->w_p_sbr); in unset_global_local_option()
5175 clear_string_option(&((win_T *)from)->w_p_stl); in unset_global_local_option()
5190 clear_string_option(&((win_T *)from)->w_p_lcs); in unset_global_local_option()
5191 set_chars_option((win_T *)from, &((win_T *)from)->w_p_lcs); in unset_global_local_option()
5195 clear_string_option(&((win_T *)from)->w_p_ve); in unset_global_local_option()
5196 ((win_T *)from)->w_ve_flags = 0; in unset_global_local_option()
5604 copy_winopt(winopt_T *from, winopt_T *to) in copy_winopt() argument
5607 to->wo_arab = from->wo_arab; in copy_winopt()
5609 to->wo_list = from->wo_list; in copy_winopt()
5610 to->wo_lcs = vim_strsave(from->wo_lcs); in copy_winopt()
5611 to->wo_nu = from->wo_nu; in copy_winopt()
5612 to->wo_rnu = from->wo_rnu; in copy_winopt()
5613 to->wo_ve = vim_strsave(from->wo_ve); in copy_winopt()
5614 to->wo_ve_flags = from->wo_ve_flags; in copy_winopt()
5616 to->wo_nuw = from->wo_nuw; in copy_winopt()
5619 to->wo_rl = from->wo_rl; in copy_winopt()
5620 to->wo_rlc = vim_strsave(from->wo_rlc); in copy_winopt()
5623 to->wo_sbr = vim_strsave(from->wo_sbr); in copy_winopt()
5626 to->wo_stl = vim_strsave(from->wo_stl); in copy_winopt()
5628 to->wo_wrap = from->wo_wrap; in copy_winopt()
5630 to->wo_wrap_save = from->wo_wrap_save; in copy_winopt()
5633 to->wo_lbr = from->wo_lbr; in copy_winopt()
5634 to->wo_bri = from->wo_bri; in copy_winopt()
5635 to->wo_briopt = vim_strsave(from->wo_briopt); in copy_winopt()
5637 to->wo_wcr = vim_strsave(from->wo_wcr); in copy_winopt()
5638 to->wo_scb = from->wo_scb; in copy_winopt()
5639 to->wo_scb_save = from->wo_scb_save; in copy_winopt()
5640 to->wo_crb = from->wo_crb; in copy_winopt()
5641 to->wo_crb_save = from->wo_crb_save; in copy_winopt()
5643 to->wo_spell = from->wo_spell; in copy_winopt()
5646 to->wo_cuc = from->wo_cuc; in copy_winopt()
5647 to->wo_cul = from->wo_cul; in copy_winopt()
5648 to->wo_culopt = vim_strsave(from->wo_culopt); in copy_winopt()
5649 to->wo_cc = vim_strsave(from->wo_cc); in copy_winopt()
5652 to->wo_diff = from->wo_diff; in copy_winopt()
5653 to->wo_diff_saved = from->wo_diff_saved; in copy_winopt()
5656 to->wo_cocu = vim_strsave(from->wo_cocu); in copy_winopt()
5657 to->wo_cole = from->wo_cole; in copy_winopt()
5660 to->wo_twk = vim_strsave(from->wo_twk); in copy_winopt()
5661 to->wo_tws = vim_strsave(from->wo_tws); in copy_winopt()
5664 to->wo_fdc = from->wo_fdc; in copy_winopt()
5665 to->wo_fdc_save = from->wo_fdc_save; in copy_winopt()
5666 to->wo_fen = from->wo_fen; in copy_winopt()
5667 to->wo_fen_save = from->wo_fen_save; in copy_winopt()
5668 to->wo_fdi = vim_strsave(from->wo_fdi); in copy_winopt()
5669 to->wo_fml = from->wo_fml; in copy_winopt()
5670 to->wo_fdl = from->wo_fdl; in copy_winopt()
5671 to->wo_fdl_save = from->wo_fdl_save; in copy_winopt()
5672 to->wo_fdm = vim_strsave(from->wo_fdm); in copy_winopt()
5673 to->wo_fdm_save = from->wo_diff_saved in copy_winopt()
5674 ? vim_strsave(from->wo_fdm_save) : empty_option; in copy_winopt()
5675 to->wo_fdn = from->wo_fdn; in copy_winopt()
5677 to->wo_fde = vim_strsave(from->wo_fde); in copy_winopt()
5678 to->wo_fdt = vim_strsave(from->wo_fdt); in copy_winopt()
5680 to->wo_fmr = vim_strsave(from->wo_fmr); in copy_winopt()
5683 to->wo_scl = vim_strsave(from->wo_scl); in copy_winopt()
5688 mch_memmove(to->wo_script_ctx, from->wo_script_ctx, in copy_winopt()