Home
last modified time | relevance | path

Searched refs:replacement_list (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmacroexp.c815 struct macro_buffer replacement_list; in substitute_args() local
817 init_shared_buffer (&replacement_list, (char *) def->replacement, in substitute_args()
826 char *original_rl_start = replacement_list.text; in substitute_args()
830 if (! get_token (&tok, &replacement_list)) in substitute_args()
919 struct macro_buffer replacement_list; in expand() local
921 init_shared_buffer (&replacement_list, (char *) def->replacement, in expand()
924 scan (dest, &replacement_list, &new_no_loop, lookup_func, lookup_baton); in expand()