Searched refs:nparam (Results 1 – 8 of 8) sorted by relevance
126 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()
39 int nparam; /* # of positional parameters (without $0) */ member
859 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()
1026 shellparam.nparam = argc - 1; in evalcommand()
546 cms_key_param *nparam; in cms_main() local547 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()
499 int nparam, i; in ficlCcall() local506 nparam = stackPopINT(pVM->pStack); in ficlCcall()509 vmCheckStack(pVM, nparam, 1); in ficlCcall()512 for (i = 0; i < nparam; i++) in ficlCcall()
1161 int nparam; /* number of numeric parameters */ member1214 result->nparam = (now + 1); in read_SGR()1222 result->nparam = (now + 1); in read_SGR()1236 result->nparam++; in read_SGR()
485 struct sctp_asconf_addr *param, *nparam; in sctp_process_init_ack() local487 TAILQ_FOREACH_SAFE(param, &asoc->asconf_queue, next, nparam) { in sctp_process_init_ack()