Lines Matching refs:gchar_pos
50 if (gchar_pos(&pos) == NUL) in findsent()
55 while (gchar_pos(&pos) == NUL); in findsent()
76 while (c = gchar_pos(&pos), VIM_ISWHITE(c) in findsent()
89 && vim_strchr((char_u *) ".!?)]\"'", gchar_pos(&tpos)) == NULL) in findsent()
101 c = gchar_pos(&pos); in findsent()
114 while (vim_strchr((char_u *)")]\"'", c = gchar_pos(&tpos)) in findsent()
118 && gchar_pos(&tpos) == ' '))) in findsent()
121 if (gchar_pos(&pos) == NUL) // skip NUL at EOL in findsent()
136 while (!noskip && ((c = gchar_pos(&pos)) == ' ' || c == '\t')) in findsent()
647 c = gchar_pos(posp); in find_first_blank()
886 c = gchar_pos(&pos); in current_sent()
932 c = gchar_pos(&pos); in current_sent()
959 while (c = gchar_pos(&pos), VIM_ISWHITE(c)) // VIM_ISWHITE() is a macro in current_sent()
995 c = gchar_pos(&curwin->w_cursor); // VIM_ISWHITE() is a macro in current_sent()