HomeSort by: relevance | last modified time | path
    Searched defs:nparam (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
options.h 38 int nparam; /* # of positional parameters (without $0) */ member in struct:shparam
options.h 38 int nparam; /* # of positional parameters (without $0) */ member in struct:shparam
options.c 160 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
162 shellparam.nparam++;
383 int nparam; local in function:setparam
385 for (nparam = 0 ; argv[nparam] ; nparam++)
387 ap = newparam = ckmalloc((nparam + 1) * sizeof *ap);
394 shellparam.nparam = nparam;
445 n = shellparam.nparam - number(*argptr)
    [all...]
options.c 160 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
162 shellparam.nparam++;
383 int nparam; local in function:setparam
385 for (nparam = 0 ; argv[nparam] ; nparam++)
387 ap = newparam = ckmalloc((nparam + 1) * sizeof *ap);
394 shellparam.nparam = nparam;
445 n = shellparam.nparam - number(*argptr)
    [all...]

Completed in 24 milliseconds