Searched refs:gchar_pos (Results 1 – 7 of 7) sorted by relevance
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()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()[all …]
854 if (gchar_pos(&oap->start) == '\t') in op_delete()872 if (gchar_pos(&oap->end) == '\t' in op_delete()1395 c = gchar_pos(pos); in swapchar()3861 && gchar_pos(&oap->end) == NUL)) in do_pending_operator()
963 while (gc = gchar_pos(&end_visual), VIM_ISWHITE(gc)) in do_mouse()969 && !vim_iswordc(gchar_pos(&end_visual)) in do_mouse()
514 gchar_pos(pos_T *pos) in gchar_pos() function
576 if (gchar_pos(top) == NUL) in win_line()
2507 if (cc != NUL && gchar_pos(&tpos) == NUL) in stop_insert()
11 int gchar_pos(pos_T *pos);