Home
last modified time | relevance | path

Searched refs:currentnode (Results 1 – 3 of 3) sorted by relevance

/external/epid-sdk/epid/member/src/
Dallowed_basenames.c96 AllowedBasename* currentnode = basenames->data; in AllowBasename() local
97 while (NULL != currentnode->next) { in AllowBasename()
98 currentnode = currentnode->next; in AllowBasename()
100 currentnode->next = newnode; in AllowBasename()
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1895 currentnode = self.current
1896 if currentnode != self.topnode: # XXX this is a hack
1902 if currentnode != self.topnode: # XXX this is a hack
/external/python/cpython3/Tools/scripts/
Dtexi2html.py1892 currentnode = self.current
1893 if currentnode != self.topnode: # XXX this is a hack
1899 if currentnode != self.topnode: # XXX this is a hack