Home
last modified time | relevance | path

Searched refs:winvile_hwnd (Results 1 – 12 of 12) sorted by relevance

/dports/editors/xvile/vile-9.8v/
H A Dw32ole.cpp485 pvile->m_hwnd = (HWND) winvile_hwnd(); in Create()
1258 w32_message_box((HWND) winvile_hwnd(), in invalid_keylist()
1276 w32_message_box((HWND) winvile_hwnd(), msg, MB_OK|MB_ICONSTOP); in unsupported_key()
1575 w32_message_box((HWND) winvile_hwnd(), msg, MB_OK|MB_ICONSTOP); in oleauto_redirected_key()
1594 w32_message_box((HWND) winvile_hwnd(), msg, MB_OK|MB_ICONSTOP); in oleauto_redirected_key()
H A Dw32cmd.c2361 vile_menu = GetSystemMenu(winvile_hwnd(), FALSE); in find_files_folder_menu_posns()
2398 vile_menu = GetSystemMenu(winvile_hwnd(), FALSE); in build_recent_file_and_folder_menus()
2456 vile_menu = GetSystemMenu(winvile_hwnd(), FALSE); in cd_recent_folder()
2493 vile_menu = GetSystemMenu(winvile_hwnd(), FALSE); in edit_recent_file()
2583 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in store_recent_file_or_folder()
2590 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in store_recent_file_or_folder()
2620 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in store_recent_file_or_folder()
2629 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in store_recent_file_or_folder()
H A Dw32oo.cpp208 hwnd = (HWND) winvile_hwnd(); in graphical_cd()
H A Dw32misc.c1032 nchars = GetWindowText(winvile_hwnd(), buf, bufsize); in w32_wdw_title()
1165 hwvile = winvile_hwnd(); in w32_keybrd_write()
H A Dntwinio.c1298 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in last_w32_error()
1313 MessageBox(winvile_hwnd(), msg, w32_prognam(), MB_ICONSTOP | MB_OK); in show_ok_message()
1522 set_window_text(winvile_hwnd(), title); in ntwinio_title()
4350 winvile_hwnd(void) in winvile_hwnd() function
4454 if (GetFocus() == winvile_hwnd()) in winvile_cursor_state()
4459 PostMessage(winvile_hwnd(), in winvile_cursor_state()
H A Dproto.h1555 extern void *winvile_hwnd(void); /* winvile's main window */
1556 #define GetVileWindow() winvile_hwnd()
/dports/editors/vile/vile-9.8v/
H A Dw32ole.cpp485 pvile->m_hwnd = (HWND) winvile_hwnd(); in Create()
1258 w32_message_box((HWND) winvile_hwnd(), in invalid_keylist()
1276 w32_message_box((HWND) winvile_hwnd(), msg, MB_OK|MB_ICONSTOP); in unsupported_key()
1575 w32_message_box((HWND) winvile_hwnd(), msg, MB_OK|MB_ICONSTOP); in oleauto_redirected_key()
1594 w32_message_box((HWND) winvile_hwnd(), msg, MB_OK|MB_ICONSTOP); in oleauto_redirected_key()
H A Dw32cmd.c2361 vile_menu = GetSystemMenu(winvile_hwnd(), FALSE); in find_files_folder_menu_posns()
2398 vile_menu = GetSystemMenu(winvile_hwnd(), FALSE); in build_recent_file_and_folder_menus()
2456 vile_menu = GetSystemMenu(winvile_hwnd(), FALSE); in cd_recent_folder()
2493 vile_menu = GetSystemMenu(winvile_hwnd(), FALSE); in edit_recent_file()
2583 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in store_recent_file_or_folder()
2590 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in store_recent_file_or_folder()
2620 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in store_recent_file_or_folder()
2629 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in store_recent_file_or_folder()
H A Dw32oo.cpp208 hwnd = (HWND) winvile_hwnd(); in graphical_cd()
H A Dw32misc.c1032 nchars = GetWindowText(winvile_hwnd(), buf, bufsize); in w32_wdw_title()
1165 hwvile = winvile_hwnd(); in w32_keybrd_write()
H A Dntwinio.c1298 disp_win32_error(W32_SYS_ERROR, winvile_hwnd()); in last_w32_error()
1313 MessageBox(winvile_hwnd(), msg, w32_prognam(), MB_ICONSTOP | MB_OK); in show_ok_message()
1522 set_window_text(winvile_hwnd(), title); in ntwinio_title()
4350 winvile_hwnd(void) in winvile_hwnd() function
4454 if (GetFocus() == winvile_hwnd()) in winvile_cursor_state()
4459 PostMessage(winvile_hwnd(), in winvile_cursor_state()
H A Dproto.h1555 extern void *winvile_hwnd(void); /* winvile's main window */
1556 #define GetVileWindow() winvile_hwnd()