Home
last modified time | relevance | path

Searched refs:local_only (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Doption.pro43 int makeset(FILE *fd, int opt_flags, int local_only);
/vim-8.2.3635/src/
H A Doption.c4690 makeset(FILE *fd, int opt_flags, int local_only) in makeset() argument
4741 if (!(opt_flags & OPT_GLOBAL) && !local_only) in makeset()