Searched refs:ssop_flags (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dex_docmd.c8878 flagp = &ssop_flags;
8932 if (*dirnow != NUL && (ssop_flags & SSOP_SESDIR))
8938 && (ssop_flags & SSOP_CURDIR) && globaldir != NULL)
8947 if (*dirnow != NUL && ((ssop_flags & SSOP_SESDIR)
8948 || ((ssop_flags & SSOP_CURDIR) && globaldir != NULL)))
10014 if (ssop_flags & SSOP_BUFFERS)
10024 if (ssop_flags & SSOP_GLOBALS)
10038 if (ssop_flags & SSOP_SESDIR)
10044 else if (ssop_flags & SSOP_CURDIR)
10049 || ses_put_fname(fd, sname, &ssop_flags)
[all...]
H A Doption.h683 EXTERN unsigned ssop_flags; variable
H A Doption.c5164 (void)opt_strings_flags(p_ssop, p_ssop_values, &ssop_flags, TRUE);
5716 if (opt_strings_flags(p_ssop, p_ssop_values, &ssop_flags, TRUE) != OK)
5718 if ((ssop_flags & SSOP_CURDIR) && (ssop_flags & SSOP_SESDIR))
5721 (void)opt_strings_flags(oldval, p_ssop_values, &ssop_flags, TRUE);
H A Dgui_gtk_x11.c2018 save_ssop_flags = ssop_flags;
2019 ssop_flags = (SSOP_BLANK|SSOP_CURDIR|SSOP_FOLDS|SSOP_GLOBALS
2027 ssop_flags = save_ssop_flags;

Completed in 134 milliseconds