Searched refs:FS_ALL (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_args.c | 72 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 D | ex_stop.c | 38 if (!FL_ISSET(cmdp->iflags, E_C_FORCE) && file_aw(sp, FS_ALL)) in ex_stop()
|
H A D | ex_bang.c | 101 if (file_aw(sp, FS_ALL)) in ex_bang()
|
H A D | ex_write.c | 193 LF_SET(FS_ALL); in exwr()
|
H A D | ex_tag.c | 229 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 D | v_zexit.c | 35 file_write(sp, NULL, NULL, NULL, FS_ALL)) in v_zexit()
|
H A D | v_ex.c | 185 if (file_m1(sp, 0, FS_ALL)) in v_switch()
|
/freebsd/contrib/nvi/common/ |
H A D | exf.h | 65 #define FS_ALL 0x001 /* Write the entire file. */ macro
|
H A D | exf.c | 788 if (!LF_ISSET(FS_ALL) && noname && !stat(name, &sb)) { 954 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) {
|