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

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
macro.c 431 int at_commandline; local
449 at_commandline = 1;
529 if ((line == 0 && !at_commandline)
530 || (line != 0 && at_commandline))
532 at_commandline ? _("command-line") : _("in-file"),
546 at_commandline ? _("command-line") : _("in-file"),
631 if ((line == 0 && !at_commandline)
632 || (line != 0 && at_commandline))
635 file, at_commandline ? _("command-line") : _("file"),
638 if (at_commandline)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
macro.c 451 int at_commandline; local
469 at_commandline = 1;
549 if ((line == 0 && !at_commandline)
550 || (line != 0 && at_commandline))
552 at_commandline ? _("command-line") : _("in-file"),
566 at_commandline ? _("command-line") : _("in-file"),
651 if ((line == 0 && !at_commandline)
652 || (line != 0 && at_commandline))
655 file, at_commandline ? _("command-line") : _("file"),
658 if (at_commandline)
    [all...]

Completed in 32 milliseconds