Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Dguiconfig.py2288 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
2304 def _is_num(name): function
H A Dmenuconfig.py2821 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
3120 def _is_num(name): function