Lines Matching refs:functions
1400 csf = parse->functions;
2163 * ensure that escaping calls within other functions do not get
3544 /* **** Functions ******************************************** */
3553 csf = parse->functions;
3577 csf->next = parse->functions;
3578 parse->functions = csf;
4020 parse->functions->str_func = str_func;
4032 parse->functions->escape = NEOS_ESCAPE_FUNCTION;
4171 /* TODO: macros and functions should actually not be duplicated, they
4178 my_parse->functions = parent->functions;
4183 // eval functions, not globally by the parse handling. This should
4217 dealloc_function(&(my_parse->functions));