Searched refs:FS_POSSIBLE (Results 1 – 5 of 5) sorted by relevance
/dragonfly/contrib/nvi2/ex/ |
H A D | ex_args.c | 72 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 D | ex_write.c | 136 LF_INIT(FS_POSSIBLE); in exwr()
|
H A D | ex_tag.c | 229 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 D | exf.h | 71 #define FS_POSSIBLE 0x010 /* Force could have been set. */ macro
|
H A D | exf.c | 752 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()
|