Searched refs:FS_FORCE (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_args.c | 124 (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 D | ex_edit.c | 107 (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 D | ex_preserve.c | 104 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_recover()
|
H A D | ex_write.c | 148 LF_SET(FS_FORCE); in exwr()
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | exf.h | 82 #define FS_FORCE 0x004 /* Force is set. */ macro
|
H A D | exf.c | 311 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()
|