Home
last modified time | relevance | path

Searched refs:SSOP_SESDIR (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()
644 if (ssop_flags & SSOP_SESDIR) in makeopens()
1282 if (*dirnow != NUL && (ssop_flags & SSOP_SESDIR)) in ex_mkrc()
1297 if (*dirnow != NUL && ((ssop_flags & SSOP_SESDIR) in ex_mkrc()
H A Doption.h869 # define SSOP_SESDIR 0x800 macro
H A Doptionstr.c846 if ((ssop_flags & SSOP_CURDIR) && (ssop_flags & SSOP_SESDIR)) in did_set_string_option()