Searched refs:free_funcalls (Results 1 – 3 of 3) sorted by relevance
100 static void free_funcalls (void *ignore);156 free_funcalls (void *ignore) in free_funcalls() function1052 old_chain = make_cleanup (free_funcalls, 0 /*ignore*/); in parse_exp_in_context()
7055 * parse.c (free_funcalls): Moved prototype from parser-defs.h,7060 * parser-defs.h (free_funcalls): Moved prototype to parse.c.
4437 (free_funcalls): Change signature to match make_cleanup_ftype.