Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/wscons/
Dvt100_base.h47 #define VTFL_DECAWM 0x020 /* auto wrap */ macro
Dwsemul_vt100_subr.c894 flags |= VTFL_DECAWM; in vt100_decmode()
896 flags &= ~VTFL_DECAWM; in vt100_decmode()
897 res = ((flags & VTFL_DECAWM) ? 1 : 2); in vt100_decmode()
Dwsemul_vt100.c342 vd->flags = VTFL_DECAWM | VTFL_CURSORON; in wsemul_vt100_reset()
418 if ((vd->flags & (VTFL_LASTCHAR | VTFL_DECAWM)) == in wsemul_vt100_output_normal()
419 (VTFL_LASTCHAR | VTFL_DECAWM)) { in wsemul_vt100_output_normal()