Searched refs:substituted (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacroexp.c831 int substituted = 0;
880 substituted = 1;
886 if (! substituted)
936 struct macro_buffer substituted;
975 init_buffer (&substituted, 0);
976 make_cleanup (cleanup_macro_buffer, &substituted);
977 substitute_args (&substituted, def, argc, argv, no_loop,
980 /* Now `substituted' is the macro's replacement list, with all
981 argument values substituted into it properly. Re-scan it for
985 `substituted', an
827 int substituted = 0; local
932 struct macro_buffer substituted; local
[all...]

Completed in 58 milliseconds