Searched refs:FS_FORCE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_edit.c101 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0)))
145 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) {
H A Dex_args.c118 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0)))
151 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) {
204 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0)))
248 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0)))
H A Dex_preserve.c99 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0)))
H A Dex_write.c143 LF_SET(FS_FORCE);
/freebsd-10.1-release/contrib/nvi/common/
H A Dexf.h69 #define FS_FORCE 0x004 /* Force is set. */ macro
H A Dexf.c310 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) {
776 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) {
784 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) {
821 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) &&
840 file_backup(sp, name, O_STR(sp, O_BACKUP)) && !LF_ISSET(FS_FORCE))
847 if (errno == EACCES && LF_ISSET(FS_FORCE)) {

Completed in 91 milliseconds