| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 980707-1.c | 8 int numargs = 0; in buildargv() local 16 arglist [numargs++] = input; in buildargv() 23 arglist [numargs] = NULL; in buildargv()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | stack.c | 392 int numargs; in print_args_stub() local 397 numargs = FRAME_NUM_ARGS (p->fi); in print_args_stub() 398 gdb_assert (numargs >= 0); in print_args_stub() 401 numargs = -1; in print_args_stub() 402 print_frame_args (p->func, p->fi, numargs, p->stream); in print_args_stub() 711 int numargs = 0; in parse_frame_specification() local 726 if (numargs > MAXARGS) in parse_frame_specification() 744 if (numargs == 0) in parse_frame_specification() 747 args[numargs++] = value_as_address (vp); in parse_frame_specification() 758 switch (numargs) in parse_frame_specification() [all …]
|
| H A D | ns32k-tdep.c | 183 int numargs; in umax_frame_num_args() local 190 numargs = -1; in umax_frame_num_args() 211 numargs = read_memory_integer (pc + 2, width); in umax_frame_num_args() 213 flip_bytes (&numargs, width); in umax_frame_num_args() 214 numargs = -sign_extend (numargs, width * 8) / 4; in umax_frame_num_args() 217 return numargs; in umax_frame_num_args()
|
| H A D | mdebugread.c | 70 long numargs; member 482 int numargs; /* Its argument count */ member 702 top_stack->numargs++; in parse_symbol() 847 top_stack->numargs = 0; in parse_symbol() 1201 e->numargs = top_stack->numargs; in parse_symbol() 1223 int nparams = top_stack->numargs; in parse_symbol() 4059 top_stack->numargs = 0; in psymtab_to_symtab_1()
|
| H A D | ChangeLog-1993 | 2454 * stack.c (print_frame_info): remove unused variable numargs.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | Configure.pm | 847 my $numargs=-1; 851 $numargs=$_; 859 die "Unable to deduce number of arguments" if $numargs==-1; 861 if($varargs) { $args[$numargs]="..."; } 876 print "Valid number of arguments: $numargs\n";
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/alpha/ |
| H A D | tm-alpha.h | 48 long numargs; /* number of args to procedure (was iopt) */ member
|
| /openbsd-src/libexec/tradcpp/ |
| H A D | macro.c | 804 unsigned numargs, numparams; in expand_substitute() local 807 numargs = stringarray_num(&es->args); in expand_substitute() 810 if (numargs == 0 && numparams == 1) { in expand_substitute() 813 numargs++; in expand_substitute() 815 if (numargs != numparams) { in expand_substitute() 818 es->curmacro->name, numargs, numparams); in expand_substitute() 820 while (numargs < numparams) { in expand_substitute() 822 numargs++; in expand_substitute()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/mips/ |
| H A D | tm-mips.h | 76 long numargs; /* number of args to procedure (was iopt) */ member
|
| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | h2xs.PL | 1547 my $numargs = @$args; 1548 if ($numargs and $argtypes[-1] eq '...') { 1549 $numargs--; 1561 for my $arg (0 .. $numargs - 1) {
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | demangle.h | 484 int numargs,
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | demangle.h | 484 int numargs,
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | demangle.h | 493 int numargs,
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | demangle.h | 479 int numargs,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 126 class MultiArg<list<string> prefixes, string name, int numargs> 128 int NumArgs = numargs;
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | pp.c | 7113 I32 minargs = 0, maxargs = 0, numargs = at_ ? AvFILLp(at_)+1 : 0; in PP() 7129 if(numargs < minargs) err = "Not enough"; in PP() 7130 else if(numargs > maxargs) err = "Too many"; in PP() 7154 EXTEND(SP, maxargs == I32_MAX ? numargs : maxargs); 7158 for (; oa&&(numargs||!pushmark); (void)(numargs&&(++svp,--numargs))) { 7163 if (!numargs && defgv && whicharg == minargs + 1) { in PP() 7166 else PUSHs(numargs ? svp && *svp ? *svp : &PL_sv_undef : NULL); in PP() 7169 while (numargs in PP() 6716 I32 minargs = 0, maxargs = 0, numargs = at_ ? AvFILLp(at_)+1 : 0; PP() local [all...] |
| H A D | op.c | 3646 S_is_handle_constructor(const OP *o, I32 numargs) in S_is_handle_constructor() 3653 if (numargs == 2) in S_refkids() 3662 if (numargs == 1) 12785 I32 numargs = 0; 12797 numargs++; in Perl_ck_glob() 12801 if (optional) o->op_private |= numargs; in Perl_ck_glob() 12816 numargs++; in Perl_ck_glob() 12820 if (numargs == 1 && !(oa >> 4) in Perl_ck_glob() 12846 bad_type_pv(numargs, "array", o, kid); in Perl_ck_grep() 12861 bad_type_pv(numargs, "has in Perl_ck_grep() 3626 S_is_handle_constructor(const OP * o,I32 numargs) S_is_handle_constructor() argument 12539 I32 numargs = 0; Perl_ck_fun() local [all...] |
| H A D | proto.h | 7398 S_is_handle_constructor(const OP *o, I32 numargs)
|
| H A D | embed.fnc | 4716 |I32 numargs
|
| /openbsd-src/usr.sbin/bgpctl/ |
| H A D | parser.c | 1549 int numargs, type; in parse_flow_numop() 1582 numargs = argc; in parse_flow_numop() 1642 return numargs - argc; in parse_flow_numop() 1548 int numargs, type; parse_flow_numop() local
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-m68k.c | 243 int numargs; member 1171 the_ins.numargs = opcode->m_opnum; in m68k_ip() 2112 the_ins.numargs = opcode->m_opnum; in m68k_ip() 3964 for (n = 0; n < the_ins.numargs; n++) in md_assemble()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-m68k.c | 194 int numargs; member 1102 the_ins.numargs = opcode->m_opnum; 1963 the_ins.numargs = opcode->m_opnum; 3749 for (n = 0; n < the_ins.numargs; n++)
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | ChangeLog | 2562 numargs was dropped.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 2934 SRT |bool |is_handle_constructor|NN const OP *o|I32 numargs
|