Searched refs:nparam (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/ncurses/progs/ |
| H A D | tparm_type.c | 80 guess_tparm_type(int nparam, char **p_is_s) in guess_tparm_type() argument 83 switch (nparam) { in guess_tparm_type()
|
| H A D | tparm_type.h | 55 extern TParams guess_tparm_type(int nparam, char **p_is_s);
|
| H A D | tic.c | 2255 int nparam; in check_1_infotocap() local 2269 nparam = _nc_tparm_analyze(NULL, value, p_is_s, &ignored); in check_1_infotocap() 2270 actual = guess_tparm_type(nparam, p_is_s); in check_1_infotocap()
|
| /freebsd/bin/sh/ |
| H A D | options.c | 119 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 D | options.h | 36 int nparam; /* # of positional parameters (without $0) */ member
|
| H A D | expand.c | 851 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 D | parser.c | 2129 else if (num > 0 && num <= shellparam.nparam) in getprompt() 2146 num = shellparam.nparam; in getprompt()
|
| H A D | eval.c | 1018 shellparam.nparam = argc - 1; in evalcommand()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | cms.c | 732 cms_key_param *nparam; in cms_main() local 733 nparam = app_malloc(sizeof(*nparam), "key param buffer"); in cms_main() 734 if ((nparam->param = sk_OPENSSL_STRING_new_null()) == NULL) { in cms_main() 735 OPENSSL_free(nparam); in cms_main() 738 nparam->idx = keyidx; in cms_main() 739 nparam->next = NULL; in cms_main() 741 key_first = nparam; in cms_main() 743 key_param->next = nparam; in cms_main() 744 key_param = nparam; in cms_main()
|
| /freebsd/stand/ficl/ |
| H A D | loader.c | 319 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 D | lib_mouse.c | 1221 int nparam; /* number of numeric parameters */ member 1269 result->nparam = (now + 1); in read_SGR() 1277 result->nparam = (now + 1); in read_SGR() 1291 result->nparam++; in read_SGR()
|
| /freebsd/sys/netinet/ |
| H A D | sctp_input.c | 485 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()
|