Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsession.c416 if ((*flagp & (SSOP_OPTIONS | SSOP_LOCALOPTIONS)) in put_view()
428 if (*flagp & (SSOP_OPTIONS | SSOP_LOCALOPTIONS)) in put_view()
430 flagp == &vop_flags || !(*flagp & SSOP_OPTIONS)); in put_view()
1084 |SSOP_HELP|SSOP_OPTIONS|SSOP_WINSIZE|SSOP_TABPAGES); in write_session_file()
1251 && (*flagp & SSOP_OPTIONS))) in ex_mkrc()
H A Doption.h863 # define SSOP_OPTIONS 0x020 macro