Search a list of functions for a particular function (for implementing function calls. Matching is done by first comparing the function's name, then the function's parameter list.
- Parameters:
-
| funcs | the list of functions to search |
| fun | the function to search for |
| all_scopes | if non-zero, search containing scopes too. |
- Returns:
- pointer to found function, or NULL.
Definition at line 148 of file slang_compile_function.c.
Referenced by parse_function(), and slang_function_scope_find().