Home
last modified time | relevance | path

Searched refs:FS_ALL (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/nvi/ex/
Dex_args.c72 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_next()
192 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_prev()
235 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_rew()
Dex_stop.c38 if (!FL_ISSET(cmdp->iflags, E_C_FORCE) && file_aw(sp, FS_ALL)) in ex_stop()
Dex_bang.c101 if (file_aw(sp, FS_ALL)) in ex_bang()
Dex_write.c193 LF_SET(FS_ALL); in exwr()
Dex_tag.c229 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE)) in ex_tag_nswitch()
424 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE)) in tag_pop()
/freebsd-12-stable/contrib/nvi/vi/
Dv_zexit.c35 file_write(sp, NULL, NULL, NULL, FS_ALL)) in v_zexit()
Dv_ex.c185 if (file_m1(sp, 0, FS_ALL)) in v_switch()
/freebsd-12-stable/contrib/nvi/common/
Dexf.h65 #define FS_ALL 0x001 /* Write the entire file. */ macro
Dexf.c788 if (!LF_ISSET(FS_ALL) && noname && !stat(name, &sb)) {
954 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) {