Lines Matching refs:vimoption

53 static int optval_default(struct vimoption *, char_u *varp, int compatible);
54 static void showoneopt(struct vimoption *, int opt_flags);
58 static int istermoption(struct vimoption *p);
59 static char_u *get_varp_scope(struct vimoption *p, int opt_flags);
60 static char_u *get_varp(struct vimoption *);
62 static void option_value2string(struct vimoption *, int opt_flags);
773 struct vimoption *p = &(options[i]); in set_local_options_default()
4071 struct vimoption *p; in get_option_value_strict()
4199 struct vimoption *ret = NULL; in option_iter_next()
4204 else if (((struct vimoption *) (*option))->fullname == NULL) in option_iter_next()
4210 *option = (void *) (((struct vimoption *) (*option)) + 1); in option_iter_next()
4212 ret = ((struct vimoption *) (*option)); in option_iter_next()
4501 struct vimoption *p; in showoptions()
4505 struct vimoption **items; in showoptions()
4516 items = ALLOC_MULT(struct vimoption *, OPTION_COUNT); in showoptions()
4612 optval_default(struct vimoption *p, char_u *varp, int compatible) in optval_default()
4635 struct vimoption *p, in showoneopt()
4692 struct vimoption *p; in makeset()
4990 struct vimoption *p; in free_termoptions()
5018 struct vimoption *p; in free_one_termoption()
5038 struct vimoption *p; in set_term_defaults()
5063 istermoption(struct vimoption *p) in istermoption()
5084 struct vimoption *p; in unset_global_local_option()
5206 get_varp_scope(struct vimoption *p, int opt_flags) in get_varp_scope()
5282 get_varp(struct vimoption *p) in get_varp()
6639 struct vimoption *opp, in option_value2string()
7099 struct vimoption *opt = &options[opt_idx]; in get_winbuf_options()