/reactos/sdk/tools/unicode/ |
H A D | cpmap.pl | 373 open INPUT,$name or die "Cannot open $name"; 375 while (<INPUT>) 498 open INPUT, "$name" or die "Cannot open $name"; 499 while (<INPUT>) 524 open INPUT, "$SORTKEYS" or die "Cannot open $SORTKEYS"; 526 while (<INPUT>) 546 close INPUT;
|
/reactos/sdk/lib/drivers/sound/mmebuddy/ |
H A D | readme.txt | 33 WAVE INPUT 57 MIDI INPUT
|
/reactos/modules/rostests/winetests/user32/ |
H A D | winstation.c | 566 INPUT inputs[1]; in test_inputdesktop() 600 ret = SendInput(1, inputs, sizeof(INPUT)); in test_inputdesktop() 616 ret = SendInput(1, inputs, sizeof(INPUT)); in test_inputdesktop() 640 ret = SendInput(1, inputs, sizeof(INPUT)); in test_inputdesktop() 654 ret = SendInput(1, inputs, sizeof(INPUT)); in test_inputdesktop() 673 ret = SendInput(1, inputs, sizeof(INPUT)); in test_inputdesktop() 688 ret = SendInput(1, inputs, sizeof(INPUT)); in test_inputdesktop() 712 ret = SendInput(1, inputs, sizeof(INPUT)); in test_inputdesktop()
|
H A D | input.c | 254 ret = SendInput(evtctr, (INPUT *)inputs, sizeof(INPUT)); in do_test() 959 SendInput(1, (INPUT*)&i, sizeof(TEST_INPUT)); in test_Input_blackbox() 1003 SendInput(1, (INPUT*)inputs, sizeof(INPUT)); in test_unicode_keys() 1025 SendInput(1, (INPUT*)(inputs+1), sizeof(INPUT)); in test_unicode_keys() 1051 SendInput(2, (INPUT*)inputs, sizeof(INPUT)); in test_unicode_keys() 1078 SendInput(2, (INPUT*)inputs, sizeof(INPUT)); in test_unicode_keys() 1103 SendInput(2, (INPUT*)inputs, sizeof(INPUT)); in test_unicode_keys() 1999 INPUT input[2]; in simulate_click() 3062 SendInput( 2, (INPUT *)inputs, sizeof(INPUT) ); in test_input_message_source()
|
H A D | generated.c | 924 TEST_FIELD_SIZE (INPUT, type, 4) in test_pack_INPUT() 925 TEST_FIELD_ALIGN (INPUT, type, 4) in test_pack_INPUT() 926 TEST_FIELD_OFFSET(INPUT, type, 0) in test_pack_INPUT() 4428 TEST_FIELD_SIZE (INPUT, type, 4) in test_pack_INPUT() 4429 TEST_FIELD_ALIGN (INPUT, type, 4) in test_pack_INPUT() 4430 TEST_FIELD_OFFSET(INPUT, type, 0) in test_pack_INPUT()
|
H A D | menu.c | 2266 SendInput(2, (INPUT *) i, sizeof(INPUT)); in send_key() 2291 ret = SendInput(3, (INPUT *) i, sizeof(INPUT)); in click_menu()
|
H A D | msg.c | 17773 INPUT ip = {0}; in test_restore_messages() 17790 SendInput(1, &ip, sizeof(INPUT)); in test_restore_messages() 17792 SendInput(1, &ip, sizeof(INPUT)); in test_restore_messages() 17795 SendInput(1, &ip, sizeof(INPUT)); in test_restore_messages() 17798 SendInput(1, &ip, sizeof(INPUT)); in test_restore_messages()
|
/reactos/modules/rostests/apitests/imm32/ |
H A D | JapanImeConvTest.h | 147 INPUT inputs[2]; in PressKey() 154 SendInput(_countof(inputs), inputs, sizeof(INPUT)); in PressKey()
|
/reactos/win32ss/user/ntuser/ |
H A D | input.c | 727 if (!nInputs || !pInput || cbSize != sizeof(INPUT)) in NtUserSendInput() 746 INPUT SafeInput; in NtUserSendInput() 749 Status = MmCopyFromCaller(&SafeInput, pInput++, sizeof(INPUT)); in NtUserSendInput()
|
/reactos/sdk/include/psdk/ |
H A D | winable.h | 65 } INPUT,*PINPUT,*LPINPUT; typedef
|
H A D | winuser.h | 3877 } INPUT,*PINPUT,*LPINPUT; typedef
|
/reactos/win32ss/user/user32/windows/ |
H A D | input.c | 1082 INPUT Input; in keybd_event() 1091 NtUserSendInput(1, &Input, sizeof(INPUT)); in keybd_event() 1107 INPUT Input; in mouse_event() 1117 NtUserSendInput(1, &Input, sizeof(INPUT)); in mouse_event()
|
/reactos/drivers/network/tcpip/lwip/test/fuzz/ |
H A D | README | 16 afl-fuzz -i inputs/<INPUT> -o output ./lwip_fuzz
|
/reactos/boot/bootdata/packages/ |
H A D | CMakeLists.txt | 23 INPUT ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff.cmake)
|
/reactos/modules/rosapps/ |
H A D | Doxyfile | 64 INPUT = .
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | Doxyfile | 80 INPUT = . \
|
H A D | Doxyfile-all | 421 # The INPUT tag can be used to specify the files and/or directories that contain 426 INPUT = . \ 433 # If the value of the INPUT tag contains directories, you can use the 452 # excluded from the INPUT source files. This way you can easily exclude a 453 # subdirectory from a directory tree whose root is specified with the INPUT tag. 462 # If the value of the INPUT tag contains directories, you can use the
|
/reactos/modules/rostests/winetests/imm32/ |
H A D | imm32.c | 35 static UINT (WINAPI *pSendInput) (UINT, INPUT*, size_t); 72 static UINT (WINAPI *pSendInput) (UINT, INPUT*, size_t); 1655 pSendInput(1, (INPUT*)inputs, sizeof(INPUT)); in test_ime_processkey() 1675 pSendInput(1, (INPUT*)inputs, sizeof(INPUT)); in test_ime_processkey()
|
/reactos/sdk/cmake/ |
H A D | CMakeMacros.cmake | 432 INPUT ${REACTOS_BINARY_DIR}/boot/bootcd.cmake.lst) 440 INPUT ${REACTOS_BINARY_DIR}/boot/livecd.cmake.lst) 448 INPUT ${REACTOS_BINARY_DIR}/boot/hybridcd.cmake.lst) 456 INPUT ${REACTOS_BINARY_DIR}/boot/bootcdregtest.cmake.lst)
|
/reactos/base/applications/osk/ |
H A D | main.c | 617 INPUT Input; in OSK_Command() 712 INPUT Input; in OSK_ReleaseKey()
|
/reactos/base/applications/calc/ |
H A D | help.txt | 12 HOW TO INPUT NUMBERS 27 HOW TO INPUT NUMBERS 48 You can enter digits by pressing the buttons mentioned in the <HOW TO INPUT NUMBERS> section.
|
/reactos/modules/rostests/winetests/dinput/ |
H A D | keyboard.c | 401 INPUT in; in test_dik_codes()
|
/reactos/drivers/network/tcpip/lwip/doc/doxygen/ |
H A D | lwip.Doxyfile | 787 # The INPUT tag is used to specify the files and/or directories that contain 793 INPUT = main_page.h \ 805 # If the value of the INPUT tag contains directories, you can use the 849 # excluded from the INPUT source files. This way you can easily exclude a 850 # subdirectory from a directory tree whose root is specified with the INPUT tag. 864 # If the value of the INPUT tag contains directories, you can use the 1032 # - Make sure the INPUT points to the root of the source tree 1067 # specified with INPUT and INCLUDE_PATH.
|
H A D | lwip.Doxyfile.cmake.in | 787 # The INPUT tag is used to specify the files and/or directories that contain 793 INPUT = main_page.h \ 805 # If the value of the INPUT tag contains directories, you can use the 849 # excluded from the INPUT source files. This way you can easily exclude a 850 # subdirectory from a directory tree whose root is specified with the INPUT tag. 864 # If the value of the INPUT tag contains directories, you can use the 1032 # - Make sure the INPUT points to the root of the source tree 1067 # specified with INPUT and INCLUDE_PATH.
|
/reactos/ |
H A D | Doxyfile | 811 # The INPUT tag is used to specify the files and/or directories that contain 817 INPUT = 828 # If the value of the INPUT tag contains directories, you can use the 851 # excluded from the INPUT source files. This way you can easily exclude a 852 # subdirectory from a directory tree whose root is specified with the INPUT tag. 866 # If the value of the INPUT tag contains directories, you can use the 1033 # - Make sure the INPUT points to the root of the source tree
|