Home
last modified time | relevance | path

Searched refs:conf_set_all_new_symbols (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconf.c580 conf_set_all_new_symbols(def_no); in main()
583 conf_set_all_new_symbols(def_yes); in main()
586 conf_set_all_new_symbols(def_mod); in main()
589 conf_set_all_new_symbols(def_default); in main()
592 conf_set_all_new_symbols(def_random); in main()
595 conf_set_all_new_symbols(def_default); in main()
H A Dlkc.h93 void conf_set_all_new_symbols(enum conf_def_mode mode);
H A Dconfdata.c985 void conf_set_all_new_symbols(enum conf_def_mode mode) in conf_set_all_new_symbols() function