Lines Matching refs:get_varp
60 static char_u *get_varp(struct vimoption *);
1756 origval = *(char_u **)get_varp( in do_set()
2469 check_string_option((char_u **)get_varp(&(options[opt_idx]))); in check_options()
4152 varp = get_varp(p); in get_option_value_strict()
4163 varp = get_varp(p); in get_option_value_strict()
4431 varp = get_varp(&(options[opt_idx])); in get_term_code()
4556 varp = get_varp(p); in showoptions()
5211 return (char_u *)GLOBAL_WO(get_varp(p)); in get_varp_scope()
5265 return get_varp(p); in get_varp_scope()
5282 get_varp(struct vimoption *p) in get_varp() function
7104 char_u *varp = get_varp(opt); in get_winbuf_options()