3 * The Regents of the University of California. All rights reserved.
5 * %sccs.include.redist.c%
9 static char sccsid
[] = "$Id: ex_stop.c,v 8.4 1993/10/28 11:22:09 bostic Exp $ (Berkeley) $Date: 1993/10/28 11:22:09 $";
12 #include <sys/types.h>
20 #include "sex/sex_screen.h"
33 /* For some strange reason, the force flag turns off autowrite. */
34 if (F_ISSET(ep
, F_MODIFIED
) && O_ISSET(sp
, O_AUTOWRITE
) &&
35 !F_ISSET(cmdp
, E_FORCE
)) {
36 if (file_write((sp
), (ep
), NULL
, NULL
, NULL
, FS_ALL
))
38 if (sex_refresh(sp
, ep
))
41 return (sp
->s_suspend(sp
));