Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/nvi/ex/
H A Dex_args.c76 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_next()
197 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_prev()
240 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_rew()
H A Dex_stop.c42 if (!FL_ISSET(cmdp->iflags, E_C_FORCE) && file_aw(sp, FS_ALL)) in ex_stop()
H A Dex_bang.c106 if (file_aw(sp, FS_ALL)) in ex_bang()
H A Dex_write.c197 LF_SET(FS_ALL); in exwr()
H A Dex_tag.c234 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE)) in ex_tag_nswitch()
429 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE)) in tag_pop()
/freebsd-12.1/contrib/nvi/vi/
H A Dv_zexit.c39 file_write(sp, NULL, NULL, NULL, FS_ALL)) in v_zexit()
H A Dv_ex.c189 if (file_m1(sp, 0, FS_ALL)) in v_switch()
/freebsd-12.1/contrib/nvi/common/
H A Dexf.h67 #define FS_ALL 0x001 /* Write the entire file. */ macro
H A Dexf.c803 if (!LF_ISSET(FS_ALL) && noname && !stat(name, &sb)) { in file_write()
955 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) { in file_write()