Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/ex/
HDex_args.c118 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_next()
151 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) { in ex_N_next()
204 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_prev()
248 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_rew()
HDex_edit.c101 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_edit()
145 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) { in ex_N_edit()
HDex_preserve.c99 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_recover()
HDex_write.c142 LF_SET(FS_FORCE); in exwr()
/NextBSD/contrib/nvi/common/
HDexf.c312 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) { in file_init()
780 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) { in file_write()
788 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) { in file_write()
825 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) && in file_write()
844 file_backup(sp, name, O_STR(sp, O_BACKUP)) && !LF_ISSET(FS_FORCE)) in file_write()
850 if (errno == EACCES && LF_ISSET(FS_FORCE)) { in file_write()
HDexf.h69 #define FS_FORCE 0x004 /* Force is set. */ macro