Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_txt.c450 if (LF_ISSET(TXT_REPLAY)) { in v_txt()
541 LF_SET(TXT_REPLAY); in v_txt()
581 if (LF_ISSET(TXT_REPLAY)) in v_txt()
595 replay: if (LF_ISSET(TXT_REPLAY)) { in v_txt()
686 !LF_ISSET(TXT_REPLAY) && F_ISSET(gp, G_ABBREV)) { \ in v_txt()
837 LF_SET(TXT_REPLAY); in v_txt()
994 if (!LF_ISSET(TXT_REPLAY)) in v_txt()
1047 if (!LF_ISSET(TXT_REPLAY)) in v_txt()
1144 if (!LF_ISSET(TXT_REPLAY)) in v_txt()
1241 if (LF_ISSET(TXT_REPLAY)) in v_txt()
[all …]
H A Dv_itxt.c462 LF_SET(TXT_REPLAY); in set_txt_std()
/freebsd/contrib/nvi/common/
H A Dkey.h235 #define TXT_REPLAY 0x02000000 /* Replay the last input. */ macro