Searched refs:inindent (Results 1 – 7 of 7) sorted by relevance
23 int inindent(int extra);
1059 while (inindent(1)) in current_block()1126 while (inindent(1)) in current_block()1303 while (inindent(1)) in current_tagblock()
744 line_is_white = inindent(0); in edit()1345 if (inindent(0)) in edit()4003 in_indent = inindent(0); in ins_bs()4846 ind = inindent(0); in ins_tab()
1005 inindent(int extra) in inindent() function
653 if (*ptr == NUL && inindent(0)) in op_delete()3899 if (inindent(0)) in do_pending_operator()
2142 if (want_cindent && in_cinkeys(KEY_COMPLETE, ' ', inindent(0))) in ins_compl_prep()
1855 if (curwin->w_cursor.lnum == 1 && inindent(0)) in enter_buffer()