Searched refs:FS_ALL (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/nvi/ex/ |
| H A D | ex_args.c | 76 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 D | ex_stop.c | 42 if (!FL_ISSET(cmdp->iflags, E_C_FORCE) && file_aw(sp, FS_ALL)) in ex_stop()
|
| H A D | ex_bang.c | 106 if (file_aw(sp, FS_ALL)) in ex_bang()
|
| H A D | ex_write.c | 197 LF_SET(FS_ALL); in exwr()
|
| H A D | ex_tag.c | 234 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 D | v_zexit.c | 39 file_write(sp, NULL, NULL, NULL, FS_ALL)) in v_zexit()
|
| H A D | v_ex.c | 189 if (file_m1(sp, 0, FS_ALL)) in v_switch()
|
| /freebsd-12.1/contrib/nvi/common/ |
| H A D | exf.h | 67 #define FS_ALL 0x001 /* Write the entire file. */ macro
|
| H A D | exf.c | 803 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()
|