Home
last modified time | relevance | path

Searched refs:BR_DATADIR (Results 1 – 18 of 18) sorted by relevance

/dports/games/gillo/gillo/src/
H A Ddata.h5 #define MODEL_PATH BR_DATADIR("/gillo")
6 #define TEX_PATH BR_DATADIR("/gillo")
9 #define TEX_OBG BR_DATADIR("/gillo/rulez.rgb")
11 #define TEX_OVERLAY BR_DATADIR("/gillo/overlay.rgb")
12 #define TEX_MENU BR_DATADIR("/gillo/menu.rgb")
38 #define TEX_BALL BR_DATADIR("/gillo/ball.rgb")
44 #define TEX_GOAL BR_DATADIR("/gillo/goal.bmp")
59 #define MOD_MENU BR_DATADIR("/gillo/menu.mod")
63 #define SND_GOAL BR_DATADIR("/gillo/goal.wav")
65 #define SND_END BR_DATADIR("/gillo/end.wav")
[all …]
H A Dprefix.h105 #define BR_DATADIR(suffix) DATADIR suffix macro
118 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dgui-util.c50 LOAD_ICON(BR_DATADIR( "/fyre-48x48.png" )); in fyre_set_icon()
51 LOAD_ICON(BR_DATADIR( "/fyre-32x32.png" )); in fyre_set_icon()
52 LOAD_ICON(BR_DATADIR( "/fyre-16x16.png" )); in fyre_set_icon()
H A Dprefix.h105 #define BR_DATADIR(suffix) DATADIR suffix macro
118 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
H A Dexplorer-about.c109 animation_load_file(animation, BR_DATADIR("/fyre/about-box.fa")); in on_about_activate()
H A Dexplorer.c108 self->xml = glade_xml_new(BR_DATADIR("/fyre/explorer.glade"), NULL, NULL); in explorer_init()
119 BR_DATADIR("/fyre/explorer.glade")); in explorer_init()
339 emblem_pixbuf = gdk_pixbuf_new_from_file (BR_DATADIR ("/fyre/metadata-emblem.png"), NULL); in update_image_preview()
H A Danimation-render-ui.c99 self->xml = glade_xml_new(BR_DATADIR("/fyre/animation-render.glade"), NULL, NULL); in animation_render_ui_init()
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A Dprefix.h105 #define BR_DATADIR(suffix) DATADIR suffix macro
118 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
/dports/net-im/climm/climm-0.7.1/include/
H A Dautopackage_prefix.h105 #define BR_DATADIR(suffix) DATADIR suffix macro
118 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
H A Dos.h29 #define os_packagedatadir() BR_DATADIR (_OS_PATHSEPSTR "climm")
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/common/
H A Dprefix.h108 #define BR_DATADIR(suffix) DATADIR suffix macro
121 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
H A DView.cc81 return BR_DATADIR("/gtkmathview/dictionary.xml"); in getDefaultOperatorDictionaryPath()
/dports/graphics/sharpconstruct/sharpconstruct-0.11/include/
H A Dprefix.h105 #define BR_DATADIR(suffix) DATADIR suffix macro
118 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/thirdparty/binreloc/
H A Dprefix.h109 #define BR_DATADIR(suffix) DATADIR suffix macro
122 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dprefix.h112 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dprefix.h112 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dprefix.h104 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) macro
/dports/graphics/sharpconstruct/sharpconstruct-0.11/src/
H A DMainWindow.cc53 const std::string path( BR_DATADIR( "/interface/" ) ); in MainWindow()
137 const std::string path( BR_DATADIR( "/interface/" ) ); in init_actions_()
375 mainwindow->set_icon_from_file( BR_DATADIR( "/interface/icon.png" ) ); in initialize_()
378 const std::string path( BR_DATADIR( "/interface/" ) ); in initialize_()
415 def_path = BR_DATADIR( "/brushes/" ); in init_brushes_()