Lines Matching refs:VIM_ISWHITE
76 while (c = gchar_pos(&pos), VIM_ISWHITE(c) in findsent()
648 if (!VIM_ISWHITE(c)) in find_first_blank()
887 if (!VIM_ISWHITE(c)) in current_sent()
910 if (!at_start_sent || (!include && !VIM_ISWHITE(c))) in current_sent()
933 if (!VIM_ISWHITE(c)) in current_sent()
959 while (c = gchar_pos(&pos), VIM_ISWHITE(c)) // VIM_ISWHITE() is a macro in current_sent()
996 if (VIM_ISWHITE(c)) in current_sent()
999 else if (c = gchar_cursor(), !VIM_ISWHITE(c)) in current_sent()
1355 for (cp = p; *cp != NUL && *cp != '>' && !VIM_ISWHITE(*cp); MB_PTR_ADV(cp)) in current_tagblock()
1897 if (VIM_ISWHITE(line[col_end + 1])) in current_quote()
1898 while (VIM_ISWHITE(line[col_end + 1])) in current_quote()
1901 while (col_start > 0 && VIM_ISWHITE(line[col_start - 1])) in current_quote()