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

  /src/external/gpl3/gdb.old/dist/gdb/
elf-none-tdep.c 52 const std::string &infargs = current_inferior ()->args (); local
53 if (!infargs.empty ())
54 psargs += ' ' + infargs;
linux-tdep.c 2217 const std::string &infargs = current_inferior ()->args (); local
2221 if (!infargs.empty ())
2222 psargs += ' ' + infargs;
fbsd-tdep.c 693 const std::string &infargs = current_inferior ()->args (); local
694 if (!infargs.empty ())
695 psargs += ' ' + infargs;
  /src/external/gpl3/gdb/dist/gdb/
elf-none-tdep.c 52 const std::string &infargs = current_inferior ()->args (); local
53 if (!infargs.empty ())
54 psargs += ' ' + infargs;
linux-tdep.c 2196 const std::string &infargs = current_inferior ()->args (); local
2200 if (!infargs.empty ())
2201 psargs += ' ' + infargs;
fbsd-tdep.c 689 const std::string &infargs = current_inferior ()->args (); local
690 if (!infargs.empty ())
691 psargs += ' ' + infargs;
  /src/external/bsd/pcc/dist/pcc/arch/i386/
local2.c 957 infargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) function
1015 infargs(ip, ary, nn, cwp, 'u');
1016 infargs(ip, ary, nn, cwp, 't');
  /src/external/bsd/pcc/dist/pcc/arch/i86/
local2.c 977 infargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) function
1035 infargs(ip, ary, nn, cwp, 'u');
1036 infargs(ip, ary, nn, cwp, 't');

Completed in 45 milliseconds