Home
last modified time | relevance | path

Searched refs:nparam (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/bin/sh/
H A Doptions.c126 shellparam.nparam++; in procargs()
334 shellparam.nparam = argc; in setparam()
377 if (n > shellparam.nparam) in shiftcmd()
380 shellparam.nparam -= n; in shiftcmd()
385 (shellparam.nparam + 1) * sizeof(shellparam.p[0])); in shiftcmd()
H A Doptions.h39 int nparam; /* # of positional parameters (without $0) */ member
H A Dexpand.c859 if (errno != 0 || num > shellparam.nparam) in varisset()
957 num = shellparam.nparam; in varvalue()
983 if (shellparam.nparam > 0) in varvalue()
1013 else if (num > 0 && num <= shellparam.nparam) in varvalue()
H A Deval.c1026 shellparam.nparam = argc - 1; in evalcommand()
/freebsd-13.1/crypto/openssl/apps/
H A Dcms.c546 cms_key_param *nparam; in cms_main() local
547 nparam = app_malloc(sizeof(*nparam), "key param buffer"); in cms_main()
548 if ((nparam->param = sk_OPENSSL_STRING_new_null()) == NULL) { in cms_main()
549 OPENSSL_free(nparam); in cms_main()
552 nparam->idx = keyidx; in cms_main()
553 nparam->next = NULL; in cms_main()
555 key_first = nparam; in cms_main()
557 key_param->next = nparam; in cms_main()
558 key_param = nparam; in cms_main()
/freebsd-13.1/stand/ficl/
H A Dloader.c499 int nparam, i; in ficlCcall() local
506 nparam = stackPopINT(pVM->pStack); in ficlCcall()
509 vmCheckStack(pVM, nparam, 1); in ficlCcall()
512 for (i = 0; i < nparam; i++) in ficlCcall()
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1161 int nparam; /* number of numeric parameters */ member
1214 result->nparam = (now + 1); in read_SGR()
1222 result->nparam = (now + 1); in read_SGR()
1236 result->nparam++; in read_SGR()
/freebsd-13.1/sys/netinet/
H A Dsctp_input.c485 struct sctp_asconf_addr *param, *nparam; in sctp_process_init_ack() local
487 TAILQ_FOREACH_SAFE(param, &asoc->asconf_queue, next, nparam) { in sctp_process_init_ack()