Function used to expand a template sequence in the format %{FUNCTION_NAME[:PARAMS]}, defined in the TextExpander object. More...
#include <textutils.h>
Function used to expand a template sequence in the format %{FUNCTION_NAME[:PARAMS]}, defined in the TextExpander object.
Definition at line 36 of file textutils.h.
name of the function
Definition at line 40 of file textutils.h.
minimum and maximum number of arguments accepted by the function in the PARAMS
Definition at line 46 of file textutils.h.
Definition at line 46 of file textutils.h.
actual function used to perform the expansion
Definition at line 51 of file textutils.h.
Referenced by ff_expand_text_function_internal().