Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/vi/
Dv_txt.c274 #define IS_RUNNING 0x02 /* Incremental search turned on. */ macro
465 LF_ISSET(TXT_SEARCHINCR) ? IS_RESTART | IS_RUNNING : 0);
702 if (FL_ISSET(is_flags, IS_RUNNING) &&
893 if (FL_ISSET(is_flags, IS_RUNNING) && tp->cno >= tp->offset + 1)
1038 if (FL_ISSET(is_flags, IS_RUNNING))
1054 if (FL_ISSET(is_flags, IS_RUNNING))
1125 if (FL_ISSET(is_flags, IS_RUNNING))
1134 if (FL_ISSET(is_flags, IS_RUNNING))
1144 if (FL_ISSET(is_flags, IS_RUNNING))
1153 if (FL_ISSET(is_flags, IS_RUNNING))
[all …]