Home
last modified time | relevance | path

Searched refs:CFG_ID (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/adplug/
H A Dadplug-xmms.cc48 #define CFG_ID "AdPlug" macro
180 int emulator = aud_get_int (CFG_ID, "Emulator"); in play()
181 int freq = aud_get_int (CFG_ID, "Frequency"); in play()
182 bool endless = aud_get_bool (CFG_ID, "Endless"); in play()
351 WidgetInt (CFG_ID, "Emulator"),
354 WidgetInt (CFG_ID, "Frequency"), {8000, 192000, 50, N_("Hz")}),
357 WidgetBool (CFG_ID, "Endless"))
364 aud_config_set_defaults (CFG_ID, defaults); in init()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/search-tool-qt/
H A Dsearch-tool-qt.cc47 #define CFG_ID "search-tool" macro
166 WidgetInt (CFG_ID, "max_results", [] () { s_widget->trigger_search (); }), in __anon9d4c93fc0102()
169 WidgetBool (CFG_ID, "rescan_on_startup")),
171 WidgetBool (CFG_ID, "monitor", [] () { s_widget->reset_monitor (); })) in __anon9d4c93fc0202()
181 String path1 = aud_get_str (CFG_ID, "path"); in get_uri()
274 if (aud_get_bool (CFG_ID, "rescan_on_startup")) in init_library()
312 m_model.do_search (terms, aud_get_int (CFG_ID, "max_results")); in search_timeout()
370 aud_set_str (CFG_ID, "path", path ? path : uri); in location_changed()
423 if (aud_get_bool (CFG_ID, "monitor")) in reset_monitor()
519 aud_config_set_defaults (CFG_ID, defaults); in init()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/
H A Dplugin.cc71 #define CFG_ID "xsf" macro
81 aud_config_set_defaults(CFG_ID, defaults); in init()
122 bool ignore_length = aud_get_bool(CFG_ID, "ignore_length"); in xsf_get_length()
203 bool ignore_length = aud_get_bool(CFG_ID, "ignore_length"); in play()
233 WidgetCheck(N_("Ignore length from file"), WidgetBool(CFG_ID, "ignore_length")),
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/search-tool/
H A Dsearch-tool.cc37 #define CFG_ID "search-tool" macro
74 WidgetInt (CFG_ID, "max_results", trigger_search),
77 WidgetBool (CFG_ID, "rescan_on_startup"))
96 String path1 = aud_get_str (CFG_ID, "path"); in get_uri()
139 s_model.do_search (terms, aud_get_int (CFG_ID, "max_results")); in search_timeout()
193 if (aud_get_bool (CFG_ID, "rescan_on_startup")) in search_init()
424 aud_set_str (CFG_ID, "path", path ? path : uri); in refresh_cb()
433 aud_config_set_defaults (CFG_ID, defaults); in init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dihavar.h226 #define CFG_ID(cfg) ((cfg) & CFG_ID_MASK) macro
H A Diha.c512 sc->sc_id = CFG_ID(conf->config1); in iha_attach()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src3.c3667 if ((ttyp2 = __get_cfgtok(fp)) != CFG_ID) in rd1_cfg_file()
3740 if ((ttyp =__get_cfgtok(fp)) != CFG_ID) in rd_cfg_library()
3812 if (ttyp != CFG_ID) in rd_cfg_fspec_list()
3834 if ((ttyp2 = __get_cfgtok(fp)) != CFG_ID) in rd_cfg_fspec_list()
3912 if ((ttyp =__get_cfgtok(fp)) != CFG_ID) in rd_cfg_cfg()
3977 if (ttyp != CFG_ID) in rd_cfg_cfg()
4065 if ((ttyp = __get_cfgtok(fp)) != CFG_ID) in rd_cfg_cfg()
4156 if ((ttyp = __get_cfgtok(fp)) != CFG_ID) in rd_cfg_cfg()
4493 if ((ttyp = __get_cfgtok(fp)) != CFG_ID) in rd_use_clause()
4626 if (ttyp != CFG_ID) in rd_liblist()
H A Dv_ms.c4352 return(CFG_ID); in __get_cfgtok()
4385 return(CFG_ID); in __get_cfgtok()
4426 return(CFG_ID); in get_cfgkeywrd()
4436 case CFG_ID: strcpy(s, __token); break; in __to_cfgtoknam()
H A Dv.h922 #define CFG_ID 1 macro