Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A 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()
H A Dex_stop.c38 if (!FL_ISSET(cmdp->iflags, E_C_FORCE) && file_aw(sp, FS_ALL)) in ex_stop()
H A Dex_bang.c101 if (file_aw(sp, FS_ALL)) in ex_bang()
H A Dex_write.c193 LF_SET(FS_ALL); in exwr()
H A 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/contrib/nvi/vi/
H A Dv_zexit.c35 file_write(sp, NULL, NULL, NULL, FS_ALL)) in v_zexit()
H A Dv_ex.c185 if (file_m1(sp, 0, FS_ALL)) in v_switch()
/freebsd/contrib/nvi/common/
H A Dexf.h65 #define FS_ALL 0x001 /* Write the entire file. */ macro
H A Dexf.c788 if (!LF_ISSET(FS_ALL) && noname && !stat(name, &sb)) {
954 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) {