Home | History | Annotate | Download | only in guile

Lines Matching defs:script

25 #include "cli/cli-script.h"
227 char *script = NULL;
234 script = (char *) xmalloc (size + 1);
240 strcpy (&script[here], iter->line);
242 script[here++] = '\n';
244 script[here] = '\0';
245 return script;
256 char *script;
261 script = compute_scheme_string (cmd->body_list_0.get ());
262 gdb::unique_xmalloc_ptr<char> msg = gdbscm_safe_eval_string (script, 0);
263 xfree (script);