Home | History | Annotate | Download | only in opcodes

Lines Matching refs:option_end

1003   const char *option_end;
1018 option_end = options + 1;
1019 while (*option_end != ',' && *option_end != '\0')
1020 option_end++;
1022 parse_mips_dis_option (options, option_end - options);
1024 /* Go on to the next one. If option_end points to a comma, it
1026 options = option_end;