Lines Matching refs:get_varp_scope
59 static char_u *get_varp_scope(struct vimoption *p, int opt_flags);
567 varp = get_varp_scope(&(options[opt_idx]), both ? OPT_LOCAL : opt_flags); in set_option_default()
607 *(long *)get_varp_scope(&(options[opt_idx]), OPT_GLOBAL) = in set_option_default()
623 *(int *)get_varp_scope(&(options[opt_idx]), OPT_GLOBAL) = in set_option_default()
774 char_u *varp = get_varp_scope(p, OPT_LOCAL); in set_local_options_default()
1429 varp = get_varp_scope(&(options[opt_idx]), opt_flags); in do_set()
1604 value = *(int *)get_varp_scope(&(options[opt_idx]), in do_set()
1660 value = *(long *)get_varp_scope( in do_set()
1739 origval_l = *(char_u **)get_varp_scope( in do_set()
1741 origval_g = *(char_u **)get_varp_scope( in do_set()
1796 newval = vim_strsave(*(char_u **)get_varp_scope( in do_set()
2726 old_global_value = *(int *)get_varp_scope(&(options[opt_idx]), in set_bool_option()
2742 *(int *)get_varp_scope(&(options[opt_idx]), OPT_GLOBAL) = value; in set_bool_option()
3332 old_global_value = *(long *)get_varp_scope(&(options[opt_idx]), in set_num_option()
3835 *(long *)get_varp_scope(&(options[opt_idx]), OPT_GLOBAL) = *pp; in set_num_option()
4004 varp = get_varp_scope(&(options[opt_idx]), opt_flags); in get_option_value()
4382 varp = get_varp_scope(&(options[opt_idx]), opt_flags); in set_option_value()
4553 varp = get_varp_scope(p, opt_flags); in showoptions()
4644 varp = get_varp_scope(p, opt_flags); in showoneopt()
4723 varp = get_varp_scope(p, opt_flags); in makeset()
4743 varp_fresh = get_varp_scope(p, OPT_GLOBAL); in makeset()
5206 get_varp_scope(struct vimoption *p, int opt_flags) in get_varp_scope() function
5275 return get_varp_scope(&(options[opt_idx]), opt_flags); in get_option_varp_scope()
6644 varp = get_varp_scope(opp, opt_flags); in option_value2string()