Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/ex/
Dex_args.c110 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_next()
140 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) { in ex_N_next()
189 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_prev()
233 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_rew()
Dex_edit.c95 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_edit()
131 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) { in ex_N_edit()
Dex_preserve.c92 (FL_ISSET(cmdp->iflags, E_C_FORCE) ? FS_FORCE : 0))) in ex_recover()
Dex_write.c135 LF_SET(FS_FORCE); in exwr()
/openbsd/src/usr.bin/vi/common/
Dexf.h72 #define FS_FORCE 0x004 /* Force is set. */ macro
Dexf.c317 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) { in file_init()
759 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) { in file_write()
767 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) { in file_write()
804 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) && in file_write()
823 file_backup(sp, name, O_STR(sp, O_BACKUP)) && !LF_ISSET(FS_FORCE)) in file_write()