Searched refs:dec_cursor (Results 1 – 11 of 11) sorted by relevance
549 dec_cursor(); // overshot - one char backward in end_word()575 if ((i = dec_cursor()) == -1) in bckend_word()586 if ((i = dec_cursor()) == -1 || (eol && i == 1)) in bckend_word()631 dec_cursor(); in back_in_line()696 dec_cursor(); in current_word()1318 if (dec_cursor() < 0) in current_tagblock()1320 dec_cursor(); in current_tagblock()1409 dec_cursor(); in current_tagblock()1748 dec_cursor(); in current_quote()1945 dec_cursor(); in current_quote()[all …]
152 dec_cursor(); in internal_format()180 dec_cursor(); in internal_format()231 dec_cursor(); in internal_format()298 dec_cursor(); in internal_format()648 dec_cursor(); in auto_format()652 dec_cursor(); in auto_format()743 dec_cursor(); in check_auto_format()1104 dec_cursor(); in format_lines()
2453 dec_cursor(); in stop_insert()3092 dec_cursor(); in replace_pop_ins()3940 dec_cursor(); in ins_bs_one()4065 dec_cursor(); in ins_bs()4095 dec_cursor(); in ins_bs()4136 dec_cursor(); in ins_bs()4185 dec_cursor(); in ins_bs()4249 dec_cursor(); in ins_bs()4276 dec_cursor(); in ins_bs()
998 dec_cursor(); in replace_character()1835 dec_cursor(); in adjust_cursor_eol()
2970 dec_cursor(); in current_search()3067 dec_cursor(); in current_search()
387 dec_cursor(void) in dec_cursor() function
2084 dec_cursor(); in ins_compl_prep()
4623 if ((findc == '{' ? dec_cursor() : inc_cursor()) < 0) in nv_brackets()
11 int dec_cursor(void);
3991 Solution: Use dec_cursor() instead of decrementing the column number.
4312 Solution: Don't decrement the cursor column, use dec_cursor(). (Yukihiro