Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmep-asm.c675 int num_expansions = 0; in expand_string() local
690 if (*in == '%' && *(in + 1) && (!first_only || num_expansions == 0)) in expand_string()
733 num_expansions++; in expand_string()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmep-asm.c677 int num_expansions = 0; in expand_string() local
692 if (*in == '%' && *(in + 1) && (!first_only || num_expansions == 0)) in expand_string()
735 num_expansions++; in expand_string()
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dmep.opc721 int num_expansions = 0;
736 if (*in == '%' && *(in + 1) && (!first_only || num_expansions == 0))
779 num_expansions++;
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dmep.opc719 int num_expansions = 0;
734 if (*in == '%' && *(in + 1) && (!first_only || num_expansions == 0))
777 num_expansions++;