OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subnext
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/libasm/
asm_newsubscn.c
58
if (runp->
subnext
== NULL || runp->
subnext
->subsection_id > nr)
61
runp = runp->
subnext
;
92
newp->
subnext
= runp->
subnext
;
93
runp->
subnext
= newp;
asm_end.c
128
while ((asmsubscn = asmsubscn->
subnext
) != NULL);
537
if (scnp->
subnext
!= NULL)
538
free_section (scnp->
subnext
);
asm_newscn.c
126
result->
subnext
= NULL;
libasmP.h
124
AsmScn_t *
subnext
;
member in struct:AsmScn
/libcore/luni/src/main/java/java/util/prefs/
XMLParser.java
423
Object
subnext
= nextChildNodes.item(j);
local
424
if(
subnext
instanceof Element) {
425
if(((Element)
subnext
).getNodeName().equals(path[1])) {
426
input.add((Node)
subnext
);
Completed in 174 milliseconds