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

/freebsd-10.0-release/bin/sh/
H A Doptions.c120 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
122 shellparam.nparam++;
316 int nparam; local
318 for (nparam = 0 ; argv[nparam] ; nparam++);
319 ap = newparam = ckmalloc((nparam + 1) * sizeof *ap);
326 shellparam.nparam = nparam;
364 if (n > shellparam.nparam)
[all...]
H A Doptions.h37 int nparam; /* # of positional parameters (without $0) */ member in struct:shparam
H A Dexpand.c742 (*var == '@' && shellparam.nparam != 1));
868 if (num > shellparam.nparam)
912 num = shellparam.nparam;
955 if (num > 0 && num <= shellparam.nparam) {
H A Deval.c1033 shellparam.nparam = argc - 1;
/freebsd-10.0-release/sys/boot/ficl/
H A Dloader.c329 int nparam, i; local
336 nparam = stackPopINT(pVM->pStack);
339 vmCheckStack(pVM, nparam, 1);
342 for (i = 0; i < nparam; i++)
/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c478 struct sctp_asconf_addr *param, *nparam; local
480 TAILQ_FOREACH_SAFE(param, &asoc->asconf_queue, next, nparam) {

Completed in 143 milliseconds