Home
last modified time | relevance | path

Searched refs:cnl (Results 1 – 1 of 1) sorted by path

/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx175 xmlNodePtr cnl = caseNode->xmlChildrenNode; in clone() local
176 while (cnl) in clone()
178 xmlAddChild(parent, clone(cnl, appl)); in clone()
179 cnl = cnl->next; in clone()
202 xmlNodePtr cnl = caseNode->xmlChildrenNode; in clone() local
203 while (cnl) in clone()
205 xmlAddChild(parent, clone(cnl, appl)); in clone()
206 cnl = cnl->next; in clone()

Completed in 23 milliseconds