Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/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_write.c136 LF_INIT(FS_POSSIBLE); 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()
/dragonfly/contrib/nvi2/common/
H A Dexf.h71 #define FS_POSSIBLE 0x010 /* Force could have been set. */ macro
H A Dexf.c752 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_write()
764 LF_ISSET(FS_POSSIBLE) ? in file_write()
775 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_write()
800 msgq_str(sp, M_ERR, name, LF_ISSET(FS_POSSIBLE) ? in file_write()
1298 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_m1()