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

  /src/bin/sh/
options.c 70 struct shparam shellparam; /* current positional parameters */ variable in typeref:struct:shparam
158 shellparam.p = argptr;
159 shellparam.reset = 1;
160 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
162 shellparam.nparam++;
392 freeparam(&shellparam);
393 shellparam.malloc = 1;
394 shellparam.nparam = nparam;
395 shellparam.p = newparam
    [all...]
options.c 70 struct shparam shellparam; /* current positional parameters */ variable in typeref:struct:shparam
158 shellparam.p = argptr;
159 shellparam.reset = 1;
160 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
162 shellparam.nparam++;
392 freeparam(&shellparam);
393 shellparam.malloc = 1;
394 shellparam.nparam = nparam;
395 shellparam.p = newparam
    [all...]
options.c 70 struct shparam shellparam; /* current positional parameters */ variable in typeref:struct:shparam
158 shellparam.p = argptr;
159 shellparam.reset = 1;
160 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
162 shellparam.nparam++;
392 freeparam(&shellparam);
393 shellparam.malloc = 1;
394 shellparam.nparam = nparam;
395 shellparam.p = newparam
    [all...]

Completed in 31 milliseconds