Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Drcparse.y55 static rc_uint_type base_style; variable
562 base_style = BS_AUTO3STATE;
574 base_style = BS_AUTOCHECKBOX | WS_TABSTOP;
586 base_style = BS_AUTORADIOBUTTON;
598 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
613 base_style = BS_CHECKBOX | WS_TABSTOP;
627 base_style = 0;
659 base_style = SS_CENTER;
671 base_style = BS_DEFPUSHBUTTON | WS_TABSTOP;
683 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
[all …]
Drcparse.c125 static rc_uint_type base_style; variable
2555 base_style = BS_AUTO3STATE; in yyparse()
2575 base_style = BS_AUTOCHECKBOX | WS_TABSTOP; in yyparse()
2595 base_style = BS_AUTORADIOBUTTON; in yyparse()
2615 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP; in yyparse()
2638 base_style = BS_CHECKBOX | WS_TABSTOP; in yyparse()
2660 base_style = 0; in yyparse()
2706 base_style = SS_CENTER; in yyparse()
2726 base_style = BS_DEFPUSHBUTTON | WS_TABSTOP; in yyparse()
2746 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP; in yyparse()
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Darm-dis.c8128 enum disassembler_style base_style = dis_style_mnemonic; in print_insn_coprocessor_1() local
8129 enum disassembler_style old_base_style = base_style; in print_insn_coprocessor_1()
8260 old_base_style = base_style; in print_insn_coprocessor_1()
8261 base_style = decode_base_style (*c); in print_insn_coprocessor_1()
8268 base_style = old_base_style; in print_insn_coprocessor_1()
8272 func (stream, base_style, "%%"); in print_insn_coprocessor_1()
8613 func (stream, base_style, "%ld", value); in print_insn_coprocessor_1()
8730 func (stream, base_style, "%c", *c); in print_insn_coprocessor_1()
8733 func (stream, base_style, "%c", in print_insn_coprocessor_1()
8968 base_style = dis_style_comment_start; in print_insn_coprocessor_1()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Darm-dis.c7982 enum disassembler_style base_style = dis_style_mnemonic; in print_insn_coprocessor_1() local
7983 enum disassembler_style old_base_style = base_style; in print_insn_coprocessor_1()
8114 old_base_style = base_style; in print_insn_coprocessor_1()
8115 base_style = decode_base_style (*c); in print_insn_coprocessor_1()
8122 base_style = old_base_style; in print_insn_coprocessor_1()
8126 func (stream, base_style, "%%"); in print_insn_coprocessor_1()
8467 func (stream, base_style, "%ld", value); in print_insn_coprocessor_1()
8584 func (stream, base_style, "%c", *c); in print_insn_coprocessor_1()
8587 func (stream, base_style, "%c", in print_insn_coprocessor_1()
8822 base_style = dis_style_comment_start; in print_insn_coprocessor_1()
[all …]
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git93802 of a 'base_style'. Every character from the assembler string will
93803 be printed using the base_style.
93805 The base_style will start as mnemonic, as each instruction starts
93807 character, the base_style will change to text. When we encounter
93808 the first '@' the base_style will change to comment_start.
93827 me to temporarily change the base_style. Operands like '%d', will
93828 then print using the base_style rather than using a fixed style.
93838 instruction I use '%{R:...%}' to change base_style to the register
93839 style, and in the second '%{I:...%}' changes base_style to