Home
last modified time | relevance | path

Searched refs:return_code (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_window_execute.c76 UINT return_code = 0; in _gx_window_execute() local
95 while (!return_code) in _gx_window_execute()
151 return_code = _gx_system_event_dispatch(event_ptr); in _gx_window_execute()
161 return_code = _gx_system_event_dispatch(event_ptr); in _gx_window_execute()
167 return_code = GX_EVENT_TERMINATE; in _gx_window_execute()
172 return_code = GX_EVENT_HIDE; in _gx_window_execute()
177 return_code = GX_EVENT_CLOSE; in _gx_window_execute()
186 return_code = _gx_system_event_dispatch(event_ptr); in _gx_window_execute()
211 *return_ptr = return_code; in _gx_window_execute()
Dgx_system_event_dispatch.c87 UINT return_code = 0; in _gx_system_event_dispatch() local
105 return_code = target -> gx_widget_event_process_function(target, &out_event); in _gx_system_event_dispatch()
198 return_code = target -> gx_widget_event_process_function(target, &out_event); in _gx_system_event_dispatch()
205 return_code = _gx_system_focus_owner -> gx_widget_event_process_function( in _gx_system_event_dispatch()
211 return return_code; in _gx_system_event_dispatch()
/GUIX-v6.2.1/guix_studio/
Dcanonical_normalize.cpp3267 static UINT gx_studio_nfc_form_detect(GX_CONST GX_STRING *string, GX_UBYTE *return_code) in gx_studio_nfc_form_detect() argument
3276 *return_code = GX_NORMALIZATION_FORM_YES; in gx_studio_nfc_form_detect()
3291 *return_code = GX_NORMALIZATION_FORM_NO; in gx_studio_nfc_form_detect()
3300 *return_code = check; in gx_studio_nfc_form_detect()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_window_execute.c105 ULONG return_code; in popup_modal_event_process() local
121 gx_window_execute((GX_WINDOW *)&popup_modal, &return_code); in popup_modal_event_process()
/GUIX-v6.2.1/common/inc/
Dgx_api.h4477 UINT _gx_window_execute(GX_WINDOW *window, ULONG *return_code);