OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nparam
(Results
1 - 8
of
8
) sorted by null
/system/core/sh/
options.c
127
/* assert(shellparam.malloc == 0 && shellparam.
nparam
== 0); */
129
shellparam.
nparam
++;
276
int
nparam
;
local
278
for (
nparam
= 0 ; argv[
nparam
] ;
nparam
++);
279
ap = newparam = ckmalloc((
nparam
+ 1) * sizeof *ap);
286
shellparam.
nparam
=
nparam
;
323
if (n > shellparam.
nparam
)
[
all
...]
options.h
38
int
nparam
; /* # of positional parameters (without $0) */
member in struct:shparam
expand.c
683
(*var == '@' && shellparam.
nparam
!= 1));
802
if (num > shellparam.
nparam
)
855
num = shellparam.
nparam
;
896
if (num > 0 && num <= shellparam.
nparam
) {
eval.c
930
shellparam.
nparam
= argc - 1;
/external/bluetooth/bluez/sap/
server.c
137
if (msg->
nparam
!= 0x01)
149
if (msg->
nparam
!= 0x01)
162
if (msg->
nparam
!= 0x01)
183
if (msg->
nparam
!= 0x00)
297
msg->
nparam
= 0x01;
648
msg->
nparam
= 0x01;
661
msg->
nparam
++;
754
msg->
nparam
= 0x01;
759
msg->
nparam
++;
800
msg->
nparam
= 0x01
[
all
...]
sap.h
82
uint8_t
nparam
;
member in struct:sap_message
/external/javassist/src/main/javassist/
CtField.java
1062
int
nparam
= stringParams.length;
local
[
all
...]
/external/qemu/tcg/
tcg.c
604
TCGArg *
nparam
;
local
624
nparam
= gen_opparam_ptr++;
697
*
nparam
= (nb_rets << 16) | (real_args + 1);
[
all
...]
Completed in 363 milliseconds