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

/system/core/sh/
H A Doptions.c68 struct shparam shellparam; /* current positional parameters */ variable in typeref:struct:shparam
125 shellparam.p = argptr;
126 shellparam.reset = 1;
127 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
129 shellparam.nparam++;
284 freeparam(&shellparam);
285 shellparam.malloc = 1;
286 shellparam.nparam = nparam;
287 shellparam
[all...]

Completed in 68 milliseconds