Lines Matching refs:function
24 " 29-04-2002 Fixed problems in function headers and max line width
39 " Only define the function once.
44 " This function contains a lot of exit points. It checks for simple cases
45 " first to get out of the function as soon as possible, thereby reducing the
48 function! GetAwkIndent()
69 " or function name), align the current line on the first '(' of the prev
153 function! s:Get_brace_balance( line, b_open, b_close )
161 " Find out whether the line starts with a word (i.e. keyword or function
164 function! s:Starts_with_word( line )
176 function! s:First_word_len( line )
190 function! s:Seems_continuing( line )
208 function! s:Get_prev_line( lineno )
218 " This function checks whether an indented line exceeds a maximum linewidth
223 function! s:Safe_indent( base, wordlen, this_line )