Searched defs:nparam (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Doptions.h38 int nparam; /* # of positional parameters (without $0) */ member in struct:shparam
H A Doptions.c127 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
129 shellparam.nparam++;
276 int nparam; local
278 for (nparam = 0 ; argv[nparam] ; nparam++);
279 ap = newparam = ckmalloc((nparam + 1) * sizeof *ap);
286 shellparam.nparam = nparam;
323 if (n > shellparam.nparam)
[all...]

Completed in 43 milliseconds