Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmacrotab.c675 struct macro_definition *found_def in check_for_redefinition() local
686 if (kind != found_def->kind) in check_for_redefinition()
688 else if (strcmp (replacement, found_def->replacement)) in check_for_redefinition()
692 if (argc != found_def->argc) in check_for_redefinition()
699 if (strcmp (argv[i], found_def->argv[i])) in check_for_redefinition()