Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/vi/
Dv_txt.c61 #undef CH_CURSOR
62 #define CH_CURSOR '+' macro
396 tp->lb[tp->cno] = CH_CURSOR; in v_txt()
839 ntp->lb[ntp->cno] = CH_CURSOR; in v_txt()
1370 tp->lb[tp->cno] = CH_CURSOR; in v_txt()
1845 ntp->lb[ntp->len] = CH_CURSOR; in txt_backup()
/netbsd/src/external/bsd/nvi/dist/common/
Dkey.h161 #define CH_CURSOR ' ' /* Cursor character. */ macro