Home
last modified time | relevance | path

Searched refs:gchar_cursor (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dtextformat.c70 cc = gchar_cursor(); in internal_format()
142 cc = gchar_cursor(); in internal_format()
153 cc = gchar_cursor(); in internal_format()
181 cc = gchar_cursor(); in internal_format()
208 ncc = gchar_cursor(); in internal_format()
232 cc = gchar_cursor(); in internal_format()
277 ncc = gchar_cursor(); in internal_format()
649 cc = gchar_cursor(); in auto_format()
653 cc = gchar_cursor(); in auto_format()
733 cc = gchar_cursor(); in check_auto_format()
[all …]
H A Dedit.c831 if (ins_at_eol && gchar_cursor() == NUL) in edit()
2454 cc = gchar_cursor(); in stop_insert()
2463 if (gchar_cursor() != NUL) in stop_insert()
2467 if (gchar_cursor() == NUL in stop_insert()
2494 cc = gchar_cursor(); in stop_insert()
3738 while (gchar_cursor() != NUL && revins_chars--) in ins_ctrl_()
3852 ins_at_eol = (gchar_cursor() == NUL); in ins_ctrl_o()
4091 if (temp == NUL && gchar_cursor() != NUL) in ins_bs()
4251 cc = gchar_cursor(); in ins_bs()
4300 if (revins_on && gchar_cursor() == NUL) in ins_bs()
[all …]
H A Dtextobject.c324 c = gchar_cursor(); in cls()
909 c = gchar_cursor(); in current_sent()
999 else if (c = gchar_cursor(), !VIM_ISWHITE(c)) in current_sent()
1062 if (gchar_cursor() == what) in current_block()
1164 if (sol && gchar_cursor() != NUL) in current_block()
H A Dregister.c1590 if ((flags & PUT_CURSEND) && gchar_cursor() != NUL) in do_put()
1755 if (gchar_cursor() == TAB) in do_put()
1773 else if (curwin->w_cursor.coladd > 0 || gchar_cursor() == NUL) in do_put()
1783 int c = gchar_cursor(); in do_put()
1971 if (dir == FORWARD && gchar_cursor() != NUL) in do_put()
H A Dnormal.c4326 if (!virtual_active() || gchar_cursor() != NUL in nv_dollar()
4462 if (gchar_cursor() == TAB && virtual_active() && cap->arg == FORWARD in nv_csearch()
4631 c = gchar_cursor(); in nv_brackets()
5021 if (gchar_cursor() == NUL) in nv_replace()
5027 else if (gchar_cursor() == TAB) in nv_replace()
5315 if (gchar_cursor() == NUL) in n_swapchar()
5786 if (c == Ctrl_V && (get_ve_flags() & VE_BLOCK) && gchar_cursor() == TAB) in n_start_visual_mode()
6088 i = gchar_cursor(); in nv_g_cmd()
6734 n = gchar_cursor(); in nv_wordcmd()
6808 if (curwin->w_cursor.col > 0 && gchar_cursor() == NUL in adjust_cursor()
[all …]
H A Dops.c918 if (gchar_cursor() != NUL) in op_delete()
1162 n = gchar_cursor(); in op_replace()
1734 || gchar_cursor() == NUL)) in op_change()
1830 && gchar_cursor() == NUL in adjust_cursor_eol()
2782 c = gchar_cursor(); in do_addsub()
2801 c = gchar_cursor(); in do_addsub()
H A Dex_getln.c737 *c = gchar_cursor(); in may_add_char_to_search()
760 *c = gchar_cursor(); in may_add_char_to_search()
H A Dmisc1.c528 gchar_cursor(void) in gchar_cursor() function
H A Dmisc2.c634 && gchar_cursor() == NUL) in adjust_cursor_col()
H A Dmenu.c2368 if (*p_sel == 'e' && gchar_cursor() != NUL) in execute_menu()
H A Dscreen.c3369 && vim_isprintc(gchar_cursor())) ? 2 : 1)) : in setcursor_mayforce()
H A Dex_cmds.c48 c = gchar_cursor(); in do_ascii()
/vim-8.2.3635/src/proto/
H A Dmisc1.pro12 int gchar_cursor(void);