Searched refs:nparams (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/tput/
H A Dtput.c149 int i, nparams, piss[TPARM_MAX]; local
156 nparams = _ti_parm_analyse(str, piss, TPARM_MAX);
161 for (i = 0; i < nparams; i++) {
163 errx(2, errfew, nparams, cap);
181 #define p(i) (i <= nparams ? \
/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_db.c214 unsigned int nparams; member in struct:cmd
233 c->nparams = 0;
237 c->nparams++;
240 c->paramtypes = emalloc(c->nparams * sizeof(*c->paramtypes));
241 for (i = 0; i < c->nparams; i++) {
321 ret = PQsendPrepare(conn, c->name, c->cmd, c->nparams, c->paramtypes);
358 paramvalues = emalloc(c->nparams * sizeof(*paramvalues));
362 for (i = 0; i < c->nparams; i++) {
412 emalloc(c->nparams * sizeof(*paramformats));
416 c->nparams * sizeo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbuildsym.c280 int nparams = 0, iparams;
285 nparams++;
287 if (nparams > 0)
289 TYPE_NFIELDS (ftype) = nparams;
291 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
296 if (iparams == nparams)
277 int nparams = 0, iparams; local
H A Dmdebugread.c1183 int nparams = top_stack->numargs;
1187 if (nparams > 0)
1191 TYPE_NFIELDS (ftype) = nparams;
1193 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
1198 if (iparams == nparams)
1176 int nparams = top_stack->numargs; local
H A Ddwarf2read.c6867 int nparams = TYPE_NFIELDS (this_type);
6883 if (nparams == 0 || TYPE_FIELD_ARTIFICIAL (this_type, 0) == 0)
8196 int nparams, iparams;
8201 nparams = 0;
8206 nparams++;
8213 TYPE_NFIELDS (ftype) = nparams;
8215 TYPE_ZALLOC (ftype, nparams * sizeof (struct field));
8219 for (iparams = 0; iparams < nparams; iparams++)
6865 int nparams = TYPE_NFIELDS (this_type); local
8194 int nparams, iparams; local
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c549 int nparams = 0; local
555 new_localvar(ls, str_checkname(ls), nparams++);
562 new_localvarliteral(ls, "arg", nparams++);
572 adjustlocalvars(ls, nparams);
614 int base, nparams; local
647 nparams = LUA_MULTRET; /* open call */
651 nparams = fs->freereg - (base+1);
653 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2));
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c110 static int nparams; variable
576 if (nparams == 1 && lparam->sym && lparam->sym->stype == VOID)
583 nparams++;
589 if (nparams != 0)
590 parr = tmpalloc(sizeof(struct symtab *) * nparams);
592 if (nparams)
618 alb = al2 = tmpalloc(sizeof(union arglist) * nparams * 3 + 1);
619 for (i = 0; i < nparams; i++) {
637 if (oldstyle && nparams) {
640 for (i = 0; i < nparams;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c110 static int nparams; variable
571 if (nparams == 1 && lparam->sym && lparam->sym->stype == VOID)
578 if (nparams != 0)
579 parr = tmpalloc(sizeof(struct symtab *) * nparams);
581 if (nparams)
607 alb = al2 = tmpalloc(sizeof(union arglist) * nparams * 3 + 1);
608 for (i = 0; i < nparams; i++) {
626 if (oldstyle && nparams) {
629 for (i = 0; i < nparams; i++) {
639 bfcode(parr, nparams);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c726 dfp.nparams = type->u.function.parameters->nvars;

Completed in 306 milliseconds