Searched refs:nargs (Results 201 - 225 of 571) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsnnspat.vim48 command -nargs=+ HiLink hi link <args>
50 command -nargs=+ HiLink hi def link <args>
H A Dspice.vim60 command -nargs=+ HiLink hi link <args>
62 command -nargs=+ HiLink hi def link <args>
H A Dtakout.vim78 command -nargs=+ HiLink hi link <args>
80 command -nargs=+ HiLink hi def link <args>
H A Duil.vim56 command -nargs=+ HiLink hi link <args>
58 command -nargs=+ HiLink hi def link <args>
H A Dyacc.vim23 com! -nargs=+ HiFold <args> fold
25 com! -nargs=+ HiFold <args>
86 command -nargs=+ HiLink hi def link <args>
H A Dahdl.vim74 command -nargs=+ HiLink hi link <args>
76 command -nargs=+ HiLink hi def link <args>
H A Damiga.vim80 command -nargs=+ HiLink hi link <args>
82 command -nargs=+ HiLink hi def link <args>
H A Dampl.vim121 command -nargs=+ HiLink hi link <args>
123 command -nargs=+ HiLink hi def link <args>
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dtext.c256 int nargs; member in struct:tstack::__anon15515::__anon15517
460 int nargs = *state->pc++; local
462 taddlist(state, nargs);
463 if (nargs)
468 if (!nargs) {
484 n->u._funcdef.nargs = nargs;
494 if (s->u._funcdef.nargs == 0) {
496 int nargs; local
498 nargs
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_provider.c233 dt_node_t *xargs, *nargs; local
275 nargs = dt_probe_alloc_args(pvp, nc);
277 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL))
290 nargs, nc, xargs, xc)) == NULL) {
389 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc)
401 * simplify subsequent use. Note that we can have one or both of nargs
407 xargs = nargs;
421 prp->pr_nargs = nargs;
442 prp->pr_mapping[i] = dt_probe_argmap(xargs, nargs);
458 for (i = 0; i < nargc; i++, nargs
388 dt_probe_create(dtrace_hdl_t *dtp, dt_ident_t *idp, int protoc, dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386.c248 int nargs; local
270 nargs = entry->nargs;
272 if (nargs != 0) {
274 (char *) args, (nargs * sizeof (int)))) {
281 switch (nargs) {
348 switch (entry->nargs) {
/macosx-10.10.1/emacs-93/emacs/src/
H A Deditfns.c1809 (nargs, args)
1810 int nargs;
1815 Lisp_Object zone = (nargs > 6 ? args[nargs - 1] : Qnil);
2159 inherit, nargs, args)
2162 int inherit, nargs;
2168 for (argnum = 0; argnum < nargs; argnum++)
2229 (nargs, args)
2230 int nargs;
2233 general_insert_function (insert, insert_from_string, 0, nargs, arg
1800 int nargs; variable
2219 int nargs; variable
2240 int nargs; variable
2259 int nargs; variable
2280 int nargs; variable
3228 int nargs; variable
3258 int nargs; variable
3320 int nargs; variable
3346 int nargs; variable
3405 int nargs; variable
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Dr.cxx357 int addRegistrationRoutine(String *rname, int nargs);
384 String* processType(SwigType *t, Node *n, int *nargs = NULL);
385 String *createFunctionPointerHandler(SwigType *t, Node *n, int *nargs);
407 String *argType, int nargs);
546 void R::addSMethodInfo(String *name, String *argType, int nargs) { argument
565 if(max < nargs) {
644 int nargs = ParmList_len(parms); local
646 *numArgs = nargs;
682 Printf(f->code, "Rf_protect(%s->expr = Rf_allocVector(LANGSXP, %d));\n", lvar, nargs + 1);
1763 int nargs, num_require local
1835 int nargs = -1; local
2175 addRegistrationRoutine(String *rname, int nargs) argument
2681 processType(SwigType *t, Node *n, int *nargs) argument
[all...]
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-subs.c556 if (pcmd->nargs == 0) {
586 if (pcmd->nargs == 0) {
628 if (pcmd->nargs == 0 || pcmd->argval[0].uval == 0)
634 if (pcmd->nargs >= 2)
705 if (pcmd->nargs == 0) {
731 if (pcmd->nargs == 0 || pcmd->argval[0].uval == 0)
737 if (pcmd->nargs >= 2)
854 if (pcmd->nargs >= 3)
1178 if (0 == pcmd->nargs)
1723 if (pcmd->nargs
[all...]
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc.c1220 pcmd.nargs = 0;
1239 pcmd.nargs++;
1254 pcmd.nargs++;
1561 if (pcmd->nargs == 0) {
1679 if (pcmd->nargs == 0) {
1702 if (pcmd->nargs == 0) {
1735 if (pcmd->nargs == 0) {
1744 if (pcmd->nargs == 2) {
1780 if (pcmd->nargs == 0) {
1807 if (!pcmd->nargs) {
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkgenerate44 parser.add_argument('source', nargs='+', help='files generated by the gkrecord command')
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dstreval.h81 short nargs; member in struct:lval
/macosx-10.10.1/libffi-18.1/x86/
H A Dx86-ffi64.c346 for (bytes = 0, i = 0, avn = cif->nargs; i < avn; i++)
415 avn = cif->nargs;
538 void** avalue = alloca(cif->nargs * sizeof(void *));
575 avn = cif->nargs;
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dxpointer.h104 int nargs);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A Dlto.h251 int nargs);
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A Dlto.cpp174 int nargs) {
173 lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args, int nargs) argument
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi64.c346 for (bytes = 0, i = 0, avn = cif->nargs; i < avn; i++)
415 avn = cif->nargs;
516 void** avalue = alloca(cif->nargs * sizeof(void *));
553 avn = cif->nargs;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi64.c346 for (bytes = 0, i = 0, avn = cif->nargs; i < avn; i++)
415 avn = cif->nargs;
516 void** avalue = alloca(cif->nargs * sizeof(void *));
553 avn = cif->nargs;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxpointer.h104 int nargs);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/x86/
H A Dx86-ffi64.c398 for (bytes = 0, i = 0, avn = cif->nargs; i < avn; i++)
468 avn = cif->nargs;
626 void** avalue = alloca(cif->nargs * sizeof(void *));
663 avn = cif->nargs;

Completed in 171 milliseconds

1234567891011>>