Lines Matching refs:function
18 " Only define the function once.
26 function JuliaMatch(lnum, str, regex, st, ...)
49 function GetJuliaNestingStruct(lnum, ...)
50 " Auxiliary function to inspect the block structure of a line
57 … '\<\%(if\|else\%(if\)\?\|while\|for\|try\|catch\|finally\|\%(staged\)\?function\|macro\|begin\|mu…
139 …let i = JuliaMatch(a:lnum, line, '\<\%(while\|for\|function\|macro\|begin\|\%(mutable\s\+\)\?struc…
173 function GetJuliaNestingBrackets(lnum, c)
174 " Auxiliary function to inspect the brackets structure of a line
274 function IsInBrackets(lnum, c)
280 function IsInDocString(lnum)
286 function IsInContinuationImportLine(lnum)
295 function IsFunctionArgPar(lnum, c)
303 function JumpToMatch(lnum, last_closed_bracket)
316 " Auxiliary function to find a line which does not start in the middle of a
319 function LastBlockIndent(lnum)
335 function GetJuliaIndent()
362 " unless we're in a function arguments list or alignment is disabled, in
400 " the code figure it out (the case in which we're closing a function