Searched refs:nparam (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/ncurses/progs/
H A Dtparm_type.h53 extern TParams guess_tparm_type(int nparam, char **p_is_s);
H A Dtparm_type.c75 guess_tparm_type(int nparam, char **p_is_s) argument
78 switch (nparam) {
H A Dtic.c2195 int nparam; local
2208 nparam = _nc_tparm_analyze(value, p_is_s, &ignored);
2209 actual = guess_tparm_type(nparam, p_is_s);
/freebsd-current/bin/sh/
H A Doptions.h36 int nparam; /* # of positional parameters (without $0) */ member in struct:shparam
H A Doptions.c116 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
118 shellparam.nparam++;
326 shellparam.nparam = argc;
369 if (n > shellparam.nparam)
372 shellparam.nparam -= n;
377 (shellparam.nparam + 1) * sizeof(shellparam.p[0]));
H A Dexpand.c851 if (errno != 0 || num > shellparam.nparam)
949 num = shellparam.nparam;
975 if (shellparam.nparam > 0)
1005 else if (num > 0 && num <= shellparam.nparam)
H A Deval.c1018 shellparam.nparam = argc - 1;
/freebsd-current/crypto/openssl/apps/
H A Dcms.c649 cms_key_param *nparam; local
650 nparam = app_malloc(sizeof(*nparam), "key param buffer");
651 if ((nparam->param = sk_OPENSSL_STRING_new_null()) == NULL) {
652 OPENSSL_free(nparam);
655 nparam->idx = keyidx;
656 nparam->next = NULL;
658 key_first = nparam;
660 key_param->next = nparam;
661 key_param = nparam;
[all...]
/freebsd-current/stand/ficl/
H A Dloader.c319 int nparam, i; local
326 nparam = stackPopINT(pVM->pStack);
329 vmCheckStack(pVM, nparam, 1);
332 for (i = 0; i < nparam; i++)
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1192 int nparam; /* number of numeric parameters */ member in struct:__anon5124
1245 result->nparam = (now + 1);
1253 result->nparam = (now + 1);
1267 result->nparam++;
/freebsd-current/sys/netinet/
H A Dsctp_input.c485 struct sctp_asconf_addr *param, *nparam; local
487 TAILQ_FOREACH_SAFE(param, &asoc->asconf_queue, next, nparam) {

Completed in 186 milliseconds