Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_txt.c264 #define IS_RESTART 0x01 /* Reset the incremental search. */ in v_txt() macro
460 LF_ISSET(TXT_SEARCHINCR) ? IS_RESTART | IS_RUNNING : 0); in v_txt()
1029 FL_SET(is_flags, IS_RESTART); in v_txt()
1126 FL_SET(is_flags, IS_RESTART); in v_txt()
1178 FL_SET(is_flags, IS_RESTART); in v_txt()
2592 if (FL_ISSET(*is_flagsp, IS_RESTART)) { in txt_isrch()
2607 FL_CLR(*is_flagsp, IS_RESTART); in txt_isrch()
2612 FL_SET(*is_flagsp, IS_RESTART); in txt_isrch()