OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 67 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025