Lines Matching refs:fun
571 " - may not precede 'catch': fun if of receive when
762 \ '\<fun\>\%(\s\|\n\|%.*$\|[A-Z_@][a-zA-Z_@]*\)*(',
965 elseif token ==# 'fun'
970 " The "fun" is followed by a variable, so we might have a named fun:
971 " "fun Fun() -> ok end". Thus we take the next token to decide
972 " whether this is a function definition ("fun()") or just a function
973 " reference ("fun Mod:Fun").
980 " (e.g. "fun () -> ok end")
987 call s:Log(' LTI is in a condition; matching "fun" found')
990 call s:Log(' LTI is in a condition; matching "fun" found')
994 call s:Log(' LTI is in a branch; matching "fun" found')
998 call s:Log(' LTI is in a guard; matching "fun" found')
1007 " Pass: we have a function reference (e.g. "fun f/0")