Home
last modified time | relevance | path

Searched refs:gchar_pos (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c50 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 …]
H A Dops.c854 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()
H A Dmouse.c963 while (gc = gchar_pos(&end_visual), VIM_ISWHITE(gc)) in do_mouse()
969 && !vim_iswordc(gchar_pos(&end_visual)) in do_mouse()
H A Dmisc1.c514 gchar_pos(pos_T *pos) in gchar_pos() function
H A Ddrawline.c576 if (gchar_pos(top) == NUL) in win_line()
H A Dedit.c2507 if (cc != NUL && gchar_pos(&tpos) == NUL) in stop_insert()
/vim-8.2.3635/src/proto/
H A Dmisc1.pro11 int gchar_pos(pos_T *pos);