void init_function_list()
void * function_list()
These two functions are intended to access to all the defined functions (built-in or not). init_function_list initializes the iteration, and function_list returns each time a different function or 0 when all the functions have been accessed. For instance, the following function is defined in the describe.sc file):