Lines Matching defs:curr_style
3985 CURR_STYLE, and call the styled print callback to print each
3988 enum disassembler_style curr_style = dis_style_text;
4003 curr_style,
4015 /* Update the CURR_STYLE. As there are less than 16
4017 in some way, that we might set CURR_STYLE to an
4021 curr_style = (enum disassembler_style) (*curr - '0');
4023 curr_style = (enum disassembler_style) (*curr - 'a' + 10);
4025 curr_style = dis_style_text;
4030 if (curr_style > dis_style_comment_start)
4031 curr_style = dis_style_text;