Home
last modified time | relevance | path

Searched refs:FS_POSSIBLE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_args.c82 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_next()
203 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_prev()
246 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_rew()
H A Dex_write.c146 LF_INIT(FS_POSSIBLE); in exwr()
H A Dex_tag.c274 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE)) in ex_tag_nswitch()
473 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE)) in tag_pop()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dexf.h84 #define FS_POSSIBLE 0x010 /* Force could have been set. */ macro
H A Dexf.c800 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_write()
812 LF_ISSET(FS_POSSIBLE) ? in file_write()
823 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_write()
848 msgq_str(sp, M_ERR, name, LF_ISSET(FS_POSSIBLE) ? in file_write()
1286 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_m1()