Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_args.c124 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_next()
157 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) { in ex_N_next()
210 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_prev()
254 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_rew()
H A Dex_edit.c107 (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()
H A Dex_preserve.c104 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_recover()
H A Dex_write.c148 LF_SET(FS_FORCE); in exwr()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dexf.h82 #define FS_FORCE 0x004 /* Force is set. */ macro
H A Dexf.c311 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) { in file_init()
799 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) { in file_write()
807 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) { in file_write()
844 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) && in file_write()
863 file_backup(sp, name, O_STR(sp, O_BACKUP)) && !LF_ISSET(FS_FORCE)) in file_write()