HomeSort by: relevance | last modified time | path
    Searched defs:comment2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
avr-dis.c 353 char op1[20], op2[20], comment1[40], comment2[40]; local
425 comment2[0] = 0;
454 op2, *comment1 ? comment2 : comment1,
466 comment2[0] = 0;
487 if (*comment2)
488 (*prin) (stream, dis_style_comment_start, " %s", comment2);
  /src/external/gpl3/binutils.old/dist/opcodes/
avr-dis.c 353 char op1[20], op2[20], comment1[40], comment2[40]; local
425 comment2[0] = 0;
454 op2, *comment1 ? comment2 : comment1,
466 comment2[0] = 0;
487 if (*comment2)
488 (*prin) (stream, dis_style_comment_start, " %s", comment2);
  /src/external/gpl3/gdb/dist/opcodes/
avr-dis.c 353 char op1[20], op2[20], comment1[40], comment2[40]; local
425 comment2[0] = 0;
454 op2, *comment1 ? comment2 : comment1,
466 comment2[0] = 0;
487 if (*comment2)
488 (*prin) (stream, dis_style_comment_start, " %s", comment2);
  /src/external/gpl3/gdb.old/dist/opcodes/
avr-dis.c 353 char op1[20], op2[20], comment1[40], comment2[40]; local
425 comment2[0] = 0;
454 op2, *comment1 ? comment2 : comment1,
466 comment2[0] = 0;
487 if (*comment2)
488 (*prin) (stream, dis_style_comment_start, " %s", comment2);

Completed in 48 milliseconds