Searched refs:make_cleanup_free_command_lines (Results 1 – 3 of 3) sorted by relevance
50 struct cleanup *make_cleanup_free_command_lines (struct command_line **arg);
106 old_chain = make_cleanup_free_command_lines (&cmd); in get_command_line()948 old_chain = make_cleanup_free_command_lines (&head); in read_command_lines()1005 make_cleanup_free_command_lines (struct command_line **arg) in make_cleanup_free_command_lines() function
2062 this_cmd_tree_chain = make_cleanup_free_command_lines (&cmd); in bpstat_do_actions()