Home
last modified time | relevance | path

Searched defs:down (Results 1 – 14 of 14) sorted by relevance

/reactos/drivers/bus/acpi/include/
H A Dglue.h29 #define down(mutex) ExAcquireFastMutex(mutex) macro
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dmonotonizer.h55 enum dir { down, same, up, none }; enumerator
H A Dsplitarcs.cc148 Subdivider::link( Arc_ptr jarc1, Arc_ptr jarc2, Arc_ptr up, Arc_ptr down ) in link()
H A Dsubdivider.h105 enum dir { down, same, up, none }; enumerator
/reactos/sdk/tools/mkisofs/schilytools/libschily/stdio/
H A Dschilyio.h216 #define down(f) macro
230 #define down(f) ((f) == 0 || (__c f)->_flag == 0 ? \ macro
/reactos/win32ss/user/ntuser/
H A Dinput.h100 #define SET_KEY_DOWN(ks, vk, down) (ks)[GET_KS_BYTE(vk)] = ((down) ? \ argument
103 #define SET_KEY_LOCKED(ks, vk, down) (ks)[GET_KS_BYTE(vk)] = ((down) ? \ argument
H A Dmsgqueue.c268 BOOL down = FALSE; in UpdateKeyStateFromMsg() local
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dfsm.h115 void (*down) /* Called when fsm leaves PPP_FSM_OPENED state */ member
/reactos/modules/rostests/tests/wclickat/
H A Dwclickat.c260 static void do_click(HWND window, DWORD down, DWORD up) in do_click()
/reactos/base/applications/mstsc/
H A Dwin32.c393 int down; in handle_WM_KEY() local
H A Duimain.c891 ui_mouse_button(int button, int x, int y, int down) in ui_mouse_button()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dnanoxwin.c1287 void static process_keystroke(GR_EVENT_KEYSTROKE * event_keystroke, int down) in process_keystroke()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dvnc.c154 vncKey(rfbBool down, rfbKeySym keysym, struct _rfbClientRec *cl) in vncKey()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dxwin.c1751 handle_button_event(RDPCLIENT * This, XEvent xevent, BOOL down) in handle_button_event()