Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dvi.h218 typedef enum { Q_NOTSET, Q_VNEXT, Q_VTHIS } quote_t; enumerator
H A Dv_txt.c623 if (quote == Q_VTHIS) { in v_txt()
1208 if (sp->showmode != SM_COMMAND && quote != Q_VTHIS && in v_txt()
1339 quote = Q_VTHIS; in v_txt()