OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nparam
(Results
1 - 5
of
5
) sorted by relevancy
/src/bin/sh/
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
...]
expand.c
1017
if (*var == '@' && shellparam.
nparam
!= 1)
1186
else if (num > shellparam.
nparam
)
1246
num = shellparam.
nparam
;
1261
shellparam.
nparam
));
1264
if (shellparam.
nparam
== 0 &&
1269
if (shellparam.
nparam
== 0)
1315
else if (lnum > 0 && lnum <= shellparam.
nparam
)
var.c
574
if (shellparam.
nparam
== 0)
eval.c
1236
shellparam.
nparam
= argc - 1;
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025