Home
last modified time | relevance | path

Searched refs:str_is_null_or_empty (Results 1 – 14 of 14) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DMultiplayer.cpp366 if (!str_is_null_or_empty(descString)) in window_multiplayer_information_get_size()
377 if (!str_is_null_or_empty(providerName)) in window_multiplayer_information_get_size()
381 if (!str_is_null_or_empty(providerEmail)) in window_multiplayer_information_get_size()
385 if (!str_is_null_or_empty(providerWebsite)) in window_multiplayer_information_get_size()
435 if (!str_is_null_or_empty(description)) in window_multiplayer_information_paint()
444 if (!str_is_null_or_empty(providerName)) in window_multiplayer_information_paint()
453 if (!str_is_null_or_empty(providerEmail)) in window_multiplayer_information_paint()
462 if (!str_is_null_or_empty(providerWebsite)) in window_multiplayer_information_paint()
H A DTrackDesignManage.cpp156 if (widgetIndex != WIDX_RENAME || str_is_null_or_empty(text)) in window_track_manage_textinput()
161 if (str_is_null_or_empty(text)) in window_track_manage_textinput()
H A DScenarioSelect.cpp546 if (!str_is_null_or_empty(scenario->highscore->name)) in window_scenarioselect_paint()
629 if (!str_is_null_or_empty(scenario->highscore->name)) in window_scenarioselect_scrollpaint()
H A DInstallTrack.cpp413 if (widgetIndex != WIDX_INSTALL || str_is_null_or_empty(text)) in window_install_track_text_input()
H A DTextInput.cpp293 if (!str_is_null_or_empty(gTextInput->ImeBuffer)) in OnDraw()
H A DLoadSave.cpp838 if (str_is_null_or_empty(directory) && drives) in window_loadsave_populate_list()
884 if (str_is_null_or_empty(_parentDirectory) && !drives) in window_loadsave_populate_list()
H A DOptions.cpp2211 if (!str_is_null_or_empty(gConfigGeneral.rct1_path)) in AdvancedMouseUp()
2328 if (str_is_null_or_empty(gConfigGeneral.rct1_path)) in AdvancedTooltip()
H A DTitleEditor.cpp644 if (str_is_null_or_empty(text)) in window_title_editor_textinput()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/util/
H A DUtil.h54 bool str_is_null_or_empty(const char* str);
H A DUtil.cpp542 bool str_is_null_or_empty(const char* str) in str_is_null_or_empty() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/audio/
H A DAudio.cpp140 if (str_is_null_or_empty(gConfigSound.device)) in Init()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGame.cpp398 if (!str_is_null_or_empty(userString)) in game_convert_strings_to_rct2()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DDrawing.Sprite.cpp309 if (str_is_null_or_empty(gConfigGeneral.rct1_path)) in gfx_load_csg()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/network/
H A DNetworkBase.cpp3494 if (!str_is_null_or_empty(greeting)) in network_chat_show_server_greeting()