Home
last modified time | relevance | path

Searched refs:def_mod (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/scripts/kconfig/
Dlkc.h54 def_mod, enumerator
Dconf.c659 conf_set_all_new_symbols(def_mod); in main()
Dconfdata.c1182 case def_mod: in conf_set_all_new_symbols()
/external/python/cpython3/Lib/
Dtyping.py547 def_mod = sys._getframe(1).f_globals['__name__'] # for pickling
548 if def_mod != 'typing':
549 self.__module__ = def_mod