Searched refs:SEL_BY_WORD (Results 1 – 1 of 1) sorted by relevance
127 #define SEL_BY_WORD 0x40 /* flag, select word by word */ macro136 #define IS_SEL_BY_WORD(scr) ((scr)->mouse_flags & SEL_BY_WORD)2963 CLR(scr->mouse_flags, SEL_BY_WORD | SEL_BY_LINE); in mouse_copy_start()3001 SET(scr->mouse_flags, SEL_IN_PROGRESS | SEL_EXISTS | SEL_BY_WORD); in mouse_copy_word()3030 CLR(scr->mouse_flags, SEL_BY_CHAR | SEL_BY_WORD); in mouse_copy_line()3042 if (ISSET(scr->mouse_flags, SEL_BY_WORD) || in mouse_copy_end()3059 if (ISSET(scr->mouse_flags, SEL_BY_WORD)) in mouse_copy_extend()3345 if (ISSET(scr->mouse_flags, SEL_BY_WORD)) in mouse_copy_extend_after()