Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Dcut.h24 #define CB_LMODE 0x01 /* Cut was in line mode. */ macro
H A Dput.c92 if (F_ISSET(cbp, CB_LMODE)) { in put()
H A Dcut.c135 cbp->flags |= CB_LMODE; in cut()
/openbsd/usr.bin/vi/vi/
H A Dv_at.c87 if (((F_ISSET(cbp, CB_LMODE) || TAILQ_NEXT(tp, q)) && in v_at()
/openbsd/usr.bin/vi/ex/
H A Dex_display.c118 F_ISSET(cbp, CB_LMODE) ? " (line mode)" : " (character mode)"); in db()
H A Dex_move.c57 cb.flags |= CB_LMODE; in ex_copy()