Searched refs:word_end (Results 1 – 3 of 3) sorted by relevance
179 let word_end = matchend( a:line, '[a-z]\+\s\+[a-zA-Z_0-9]\+[ (]*' )181 let word_end = matchend( a:line, '[a-zA-Z_0-9]\+[ (]*' )183 return word_end - white_end
318 int word_end = 0; // last byte with same spell_attr in win_line() local861 word_end = (int)(spell_to_word_end(ptr, wp) - line + 1); in win_line()866 word_end = wp->w_cursor.col + len + 1; in win_line()1887 if (has_spell && v >= word_end && v > cur_checked_col) in win_line()1917 word_end = v + len; in win_line()1926 && wp->w_cursor.col < (colnr_T)word_end) in win_line()
6716 int word_end; in nv_wordcmd() local6724 word_end = TRUE; in nv_wordcmd()6726 word_end = FALSE; in nv_wordcmd()6727 cap->oap->inclusive = word_end; in nv_wordcmd()6732 if (!word_end && cap->oap->op_type == OP_CHANGE) in nv_wordcmd()6766 word_end = TRUE; in nv_wordcmd()6774 if (word_end) in nv_wordcmd()