Home
last modified time | relevance | path

Searched refs:SSOP_CURDIR (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dsession.c76 && (ssop_flags & (SSOP_CURDIR | SSOP_SESDIR)) in ses_fname()
332 || !(*flagp & SSOP_CURDIR) in put_view()
512 && (flagp != &vop_flags || (*flagp & SSOP_CURDIR))) in put_view()
650 else if (ssop_flags & SSOP_CURDIR) in makeopens()
679 !(ssop_flags & SSOP_CURDIR), &ssop_flags) == FAIL) in makeopens()
849 if (tp != NULL && tp->tp_localdir != NULL && ssop_flags & SSOP_CURDIR) in makeopens()
1083 ssop_flags = (SSOP_BLANK|SSOP_CURDIR|SSOP_FOLDS|SSOP_GLOBALS in write_session_file()
1288 && (ssop_flags & SSOP_CURDIR) && globaldir != NULL) in ex_mkrc()
1298 || ((ssop_flags & SSOP_CURDIR) && globaldir != NULL))) in ex_mkrc()
H A Doption.h870 # define SSOP_CURDIR 0x1000 macro
H A Doptionstr.c846 if ((ssop_flags & SSOP_CURDIR) && (ssop_flags & SSOP_SESDIR)) in did_set_string_option()