Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmacroexp.c1007 struct macro_buffer *src_first, in maybe_expand() argument
1013 gdb_assert (src_first->shared); in maybe_expand()
1018 if (src_first->is_identifier) in maybe_expand()
1022 char *id = xmalloc (src_first->len + 1); in maybe_expand()
1024 memcpy (id, src_first->text, src_first->len); in maybe_expand()
1025 id[src_first->len] = 0; in maybe_expand()