Searched defs:dataNode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_java.c837 IDL_tree dataNode = IDL_LIST(iter).data; local
840 fputs(IDL_IDENT(dataNode).str, state->file);
844 dataNode = IDL_LIST(iter).data;
845 fprintf(state->file, ", %s", IDL_IDENT(dataNode).str);

Completed in 43 milliseconds