Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/ex/
Dex_args.c69 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_next()
182 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_prev()
225 FL_ISSET(cmdp->iflags, E_C_FORCE), FS_ALL | FS_POSSIBLE)) in ex_rew()
Dex_write.c133 LF_INIT(FS_POSSIBLE); in exwr()
Dex_tag.c296 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE)) in ex_tag_nswitch()
493 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE)) in tag_pop()
/openbsd/src/usr.bin/vi/common/
Dexf.h74 #define FS_POSSIBLE 0x010 /* Force could have been set. */ macro
Dexf.c760 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_write()
772 LF_ISSET(FS_POSSIBLE) ? in file_write()
783 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_write()
808 msgq_str(sp, M_ERR, name, LF_ISSET(FS_POSSIBLE) ? in file_write()
1228 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_m1()