Home
last modified time | relevance | path

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

/openbsd/sys/dev/wscons/
H A Dwsdisplay.c124 #define BLANK_TO_EOL 0x10 /* flag, there are only blanks macro
134 #define IS_BLANK_TO_EOL(scr) ((scr)->mouse_flags & BLANK_TO_EOL)
2982 SET(scr->mouse_flags, BLANK_TO_EOL); in mouse_copy_start()
3026 CLR(scr->mouse_flags, BLANK_TO_EOL | MOUSE_VISIBLE); in mouse_copy_word()
3054 CLR(scr->mouse_flags, BLANK_TO_EOL | MOUSE_VISIBLE); in mouse_copy_line()
3096 if (ISSET(scr->mouse_flags, BLANK_TO_EOL)) { in mouse_copy_extend_char()
3127 CLR(scr->mouse_flags, BLANK_TO_EOL); in mouse_copy_extend_char()