Home
last modified time | relevance | path

Searched refs:firstChild (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/kconfig/
H A Dqconf.h142 ConfigItem* firstChild() const in firstChild() function
H A Dqconf.cc614 last = parent->firstChild(); in updateMenuList()
618 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
652 last = parent->firstChild(); in updateMenuList()