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

/freebsd-9.3-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.c755 (*var == '@' && shellparam.nparam != 1));
881 if (num > shellparam.nparam)
925 num = shellparam.nparam;
968 if (num > 0 && num <= shellparam.nparam) {
H A Deval.c988 shellparam.nparam = argc - 1;
/freebsd-9.3-release/sys/boot/ficl/
H A Dloader.c323 int nparam, i; local
330 nparam = stackPopINT(pVM->pStack);
333 vmCheckStack(pVM, nparam, 1);
336 for (i = 0; i < nparam; i++)
/freebsd-9.3-release/sys/netinet/
H A Dsctp_input.c482 struct sctp_asconf_addr *param, *nparam; local
484 TAILQ_FOREACH_SAFE(param, &asoc->asconf_queue, next, nparam) {

Completed in 146 milliseconds