Searched refs:FS_POSSIBLE (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_args.c | 69 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()
|
| D | ex_write.c | 133 LF_INIT(FS_POSSIBLE); in exwr()
|
| D | ex_tag.c | 296 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/ |
| D | exf.h | 74 #define FS_POSSIBLE 0x010 /* Force could have been set. */ macro
|
| D | exf.c | 760 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()
|