Lines Matching refs:ssop_flags

75 	    && flagp == &ssop_flags  in ses_fname()
76 && (ssop_flags & (SSOP_CURDIR | SSOP_SESDIR)) in ses_fname()
147 && (ssop_flags & SSOP_TERMINAL) in ses_do_win()
156 return (ssop_flags & SSOP_BLANK); in ses_do_win()
158 return (ssop_flags & SSOP_HELP); in ses_do_win()
253 if (restore_size && (ssop_flags & SSOP_WINSIZE)) in ses_winsizes()
320 do_cursor = (flagp == &ssop_flags || *flagp & SSOP_CURSOR); in put_view()
340 && flagp == &ssop_flags) in put_view()
405 if ((flagp == &ssop_flags) in put_view()
623 if (ssop_flags & SSOP_BUFFERS) in makeopens()
631 if (ssop_flags & SSOP_GLOBALS) in makeopens()
639 if ((ssop_flags & SSOP_TABPAGES) in makeopens()
644 if (ssop_flags & SSOP_SESDIR) in makeopens()
650 else if (ssop_flags & SSOP_CURDIR) in makeopens()
655 || ses_put_fname(fd, sname, &ssop_flags) == FAIL in makeopens()
679 !(ssop_flags & SSOP_CURDIR), &ssop_flags) == FAIL) in makeopens()
682 if (ssop_flags & SSOP_RESIZE) in makeopens()
691 if (gui.in_use && (ssop_flags & SSOP_WINPOS)) in makeopens()
721 if ((ssop_flags & SSOP_TABPAGES)) in makeopens()
739 if ((ssop_flags & SSOP_TABPAGES)) in makeopens()
777 || ses_fname(fd, wp->w_buffer, &ssop_flags, TRUE) in makeopens()
849 if (tp != NULL && tp->tp_localdir != NULL && ssop_flags & SSOP_CURDIR) in makeopens()
852 || ses_put_fname(fd, tp->tp_localdir, &ssop_flags) == FAIL in makeopens()
863 if (put_view(fd, wp, wp != edited_win, &ssop_flags, cur_arg_idx, in makeopens()
893 if (!(ssop_flags & SSOP_TABPAGES)) in makeopens()
897 if (ssop_flags & SSOP_TABPAGES) in makeopens()
913 && !(buf->b_help && !(ssop_flags & SSOP_HELP)) in makeopens()
924 || ses_fname(fd, buf, &ssop_flags, TRUE) == FAIL) in makeopens()
1082 save_ssop_flags = ssop_flags; in write_session_file()
1083 ssop_flags = (SSOP_BLANK|SSOP_CURDIR|SSOP_FOLDS|SSOP_GLOBALS in write_session_file()
1091 ssop_flags = save_ssop_flags; in write_session_file()
1217 flagp = &ssop_flags; in ex_mkrc()
1282 if (*dirnow != NUL && (ssop_flags & SSOP_SESDIR)) in ex_mkrc()
1288 && (ssop_flags & SSOP_CURDIR) && globaldir != NULL) in ex_mkrc()
1297 if (*dirnow != NUL && ((ssop_flags & SSOP_SESDIR) in ex_mkrc()
1298 || ((ssop_flags & SSOP_CURDIR) && globaldir != NULL))) in ex_mkrc()