| /src/usr.bin/tput/ |
| tput.c | 149 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 ? \
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| runtime.cc | 216 the type returned, FLAGS are the expression call flags, and NPARAMS is 221 int flags, int nparams, ...) 223 tree *args = XALLOCAVEC (tree, nparams); 230 va_start (ap, nparams); 232 for (int i = 0; i < nparams; i++) 240 nparams = i; 251 fntype = build_varargs_function_type_array (tret, nparams, args); 253 fntype = build_function_type_array (tret, nparams, args);
|
| /src/sbin/wsconsctl/ |
| mouse.c | 128 pl.nparams = 0; 132 params[pl.nparams++].key = WSMOUSECFG_REVERSE_SCROLLING; 134 params[pl.nparams++].key = WSMOUSECFG_HORIZSCROLLDIST; 136 params[pl.nparams++].key = WSMOUSECFG_VERTSCROLLDIST; 148 for (i = 0; i < pl.nparams; ++i) { 277 pl.nparams = 0; 281 params[pl.nparams].key = WSMOUSECFG_REVERSE_SCROLLING; 282 params[pl.nparams++].value = reverse_scrolling; 286 params[pl.nparams].key = WSMOUSECFG_HORIZSCROLLDIST; 287 params[pl.nparams++].value = horiz_scroll_dist [all...] |
| /src/share/examples/puffs/pgfs/ |
| pgfs_db.c | 215 unsigned int nparams; member in struct:cmd 234 c->nparams = 0; 238 c->nparams++; 241 c->paramtypes = emalloc(c->nparams * sizeof(*c->paramtypes)); 242 for (i = 0; i < c->nparams; i++) { 322 ret = PQsendPrepare(conn, c->name, c->cmd, c->nparams, c->paramtypes); 359 paramvalues = emalloc(c->nparams * sizeof(*paramvalues)); 363 for (i = 0; i < c->nparams; i++) { 413 emalloc(c->nparams * sizeof(*paramformats)); 417 c->nparams * sizeof(*paramformats)) [all...] |
| /src/sys/dev/wscons/ |
| wsmouse.c | 617 struct wsmouse_param *buf, size_t nparams) 621 for (i = 0; i < nparams; ++i) { 639 struct wsmouse_param *buf, size_t nparams) 643 for (i = 0; i < nparams; ++i) { 667 if (upl->params == NULL || upl->nparams > WSMOUSECFG_MAX) 669 if (upl->nparams == 0) 672 len = upl->nparams * sizeof(struct wsmouse_param); 681 error = wsmouse_set_params(sc, buf, upl->nparams); 685 error = wsmouse_get_params(sc, buf, upl->nparams);
|
| wsconsio.h | 288 unsigned int nparams; member in struct:wsmouse_parameters
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| objc.d | 99 const nparams = ftype.parameterList.length; 101 if (ftype.isproperty && nparams == 1) 116 if (nparams) 128 return lookup(cast(const(char)*)buf[].ptr, buf.length - 1, nparams);
|
| escape.d | 480 const nparams = tf.parameterList.length; 493 if (i - j < nparams && i >= j) 1708 size_t nparams = tf.parameterList.length; 1709 if (i - j < nparams && i >= j) 2005 size_t nparams = tf.parameterList.length; 2006 if (i - j < nparams && i >= j)
|
| func.d | 2723 const nparams = tf.parameterList.length; 2729 if (nparams == 1) 2742 if (tf.parameterList.varargs || nparams >= 2 || argerr) 2748 if (nparams == 2 || nparams == 3) 2761 if (nparams == 3) 2769 argerr = nparams != 0; 2773 if (tf.parameterList.varargs && (!this.isCsymbol() || (!tf.parameterList.hasIdentifierList && nparams)))
|
| expressionsem.d | 1685 const size_t nparams = tf.parameterList.length; 1692 if (nargs > nparams && tf.parameterList.varargs == VarArg.none) 1694 error(loc, "expected %llu arguments, not %llu for non-variadic function type `%s`", cast(ulong)nparams, cast(ulong)nargs, tf.toChars()); 1725 const size_t n = (nargs > nparams) ? nargs : nparams; // n = max(nargs, nparams) 1739 if (i < nparams) 1743 error(loc, "expected %llu function arguments, not %llu", cast(ulong)nparams, cast(ulong)nargs); 1753 if (tf.parameterList.varargs == VarArg.typesafe && i + 1 == nparams) 1774 if (tf.parameterList.varargs == VarArg.typesafe && i + 1 == nparams) // https://dlang.org/spec/function.html#variadi [all...] |
| dmangle.d | 714 size_t nparams = tempdecl.parameters.dim - (tempdecl.isVariadic() ? 1 : 0); 723 if (i < nparams && (*tempdecl.parameters)[i].specialization())
|
| opover.d | 1816 const nparams = tdg.parameterList.length; 1817 if (nparams == 0 || nparams != parameters.dim || tdg.parameterList.varargs != VarArg.none)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| buildsym.c | 255 int nparams = 0, iparams; local 262 nparams++; 264 if (nparams > 0) 266 ftype->alloc_fields (nparams); 273 if (iparams == nparams)
|
| gdbtypes.c | 579 int nparams, 585 if (nparams > 0) 587 if (param_types[nparams - 1] == NULL) 589 --nparams; 592 else if (check_typedef (param_types[nparams - 1])->code () 595 --nparams; 597 gdb_assert (nparams == 0); 604 fn->alloc_fields (nparams); 605 for (i = 0; i < nparams; ++i)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| buildsym.c | 255 int nparams = 0, iparams; local 262 nparams++; 264 if (nparams > 0) 266 ftype->alloc_fields (nparams); 273 if (iparams == nparams)
|
| gdbtypes.c | 580 int nparams, 586 if (nparams > 0) 588 if (param_types[nparams - 1] == NULL) 590 --nparams; 593 else if (check_typedef (param_types[nparams - 1])->code () 596 --nparams; 598 gdb_assert (nparams == 0); 605 fn->alloc_fields (nparams); 606 for (i = 0; i < nparams; ++i)
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pftn.c | 110 static int nparams; variable 583 if (nparams == 1 && lparam->sym && lparam->sym->stype == VOID) 590 nparams++; 596 if (nparams != 0) 597 parr = tmpalloc(sizeof(struct symtab *) * nparams); 599 if (nparams) 625 alb = al2 = tmpalloc(sizeof(union arglist) * nparams * 3 + 1); 626 for (i = 0; i < nparams; i++) { 644 if (oldstyle && nparams) { 647 for (i = 0; i < nparams; i++) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| comp_com.h | 892 COMPMSG_ID m, int32_t nparams);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| comp_com.h | 892 COMPMSG_ID m, int32_t nparams);
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pftn.c | 122 static int nparams; variable 618 if (nparams == 1 && lparam->sym && lparam->sym->stype == VOID) 625 if (nparams != 0) 626 parr = FUNALLO(sizeof(struct symtab *) * nparams); 628 if (nparams) 656 alb = al2 = FUNALLO(sizeof(union arglist) * nparams * 3 + 1); 657 for (i = 0; i < nparams; i++) { 676 if (oldstyle && nparams) { 679 for (i = 0; i < nparams; i++) { 689 bfcode(parr, nparams); [all...] |
| /src/external/bsd/unbound/dist/sldns/ |
| str2wire.c | 641 size_t nparams = 0, i; local 652 svcparams[nparams] = rdata_ptr; 664 nparams += 1; 665 if (nparams >= MAX_NUMBER_OF_SVCPARAMS) 675 ,nparams 694 for(i=0; i < nparams; i++) { 696 if(i + 1 < nparams && key == sldns_read_uint16(svcparams[i+1])) 718 for(j=0; j < nparams; j++) { 732 for (i = 0; i < nparams; i++) {
|
| /src/external/mit/lua/dist/src/ |
| lparser.c | 957 static void setvararg (FuncState *fs, int nparams) { 959 luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0); 967 int nparams = 0; local 974 nparams++; 986 adjustlocalvars(ls, nparams); 1032 int base, nparams; local 1062 nparams = LUA_MULTRET; /* open call */ 1066 nparams = fs->freereg - (base+1); 1068 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2));
|
| ldblib.c | 186 settabsi(L, "nparams", ar.nparams);
|
| ldebug.c | 348 ar->nparams = 0; 352 ar->nparams = f->l.p->numparams;
|
| lua.h | 509 unsigned char nparams;/* (u) number of parameters */ member in struct:lua_Debug
|