Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Dtparm_type.c80 guess_tparm_type(int nparam, char **p_is_s) in guess_tparm_type() argument
83 switch (nparam) { in guess_tparm_type()
H A Dtparm_type.h55 extern TParams guess_tparm_type(int nparam, char **p_is_s);
H A Dtic.c2253 int nparam; in check_1_infotocap() local
2267 nparam = _nc_tparm_analyze(NULL, value, p_is_s, &ignored); in check_1_infotocap()
2268 actual = guess_tparm_type(nparam, p_is_s); in check_1_infotocap()
/freebsd/bin/sh/
H A Doptions.c119 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.h36 int nparam; /* # of positional parameters (without $0) */ member
H A Dexpand.c851 if (errno != 0 || num > shellparam.nparam) in varisset()
949 num = shellparam.nparam; in varvalue()
975 if (shellparam.nparam > 0) in varvalue()
1005 else if (num > 0 && num <= shellparam.nparam) in varvalue()
H A Deval.c1018 shellparam.nparam = argc - 1; in evalcommand()
/freebsd/crypto/openssl/apps/
H A Dcms.c649 cms_key_param *nparam; in cms_main() local
650 nparam = app_malloc(sizeof(*nparam), "key param buffer"); in cms_main()
651 if ((nparam->param = sk_OPENSSL_STRING_new_null()) == NULL) { in cms_main()
652 OPENSSL_free(nparam); in cms_main()
655 nparam->idx = keyidx; in cms_main()
656 nparam->next = NULL; in cms_main()
658 key_first = nparam; in cms_main()
660 key_param->next = nparam; in cms_main()
661 key_param = nparam; in cms_main()
/freebsd/stand/ficl/
H A Dloader.c319 int nparam, i; in ficlCcall() local
326 nparam = stackPopINT(pVM->pStack); in ficlCcall()
329 vmCheckStack(pVM, nparam, 1); in ficlCcall()
332 for (i = 0; i < nparam; i++) in ficlCcall()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1216 int nparam; /* number of numeric parameters */ member
1264 result->nparam = (now + 1); in read_SGR()
1272 result->nparam = (now + 1); in read_SGR()
1286 result->nparam++; in read_SGR()
/freebsd/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()