Searched refs:getmouse (Results 1 – 14 of 14) sorted by relevance
43 if (getmouse(&event) != ERR) { in mouse_wgetch()
142 extern NCURSES_EXPORT(int) getmouse (MEVENT *);152 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *);
454 getmouse(&event); in menu_driver()
1842 NCURSES_SP_NAME(getmouse) (NCURSES_SP_DCLx MEVENT * aevent) in NCURSES_SP_NAME() argument1889 getmouse(MEVENT * aevent) in getmouse() function1891 return NCURSES_SP_NAME(getmouse) (CURRENT_SCREEN, aevent); in getmouse()
199 "getmouse" @356 NONAME
378 "getmouse" @356 NONAME
686 curs_mouse.3 getmouse.3 \
4448 getmouse(&event); in form_driver()4649 getmouse(&event); in form_driver_w()
1438 #undef getmouse1439 int getmouse(
1429 #undef getmouse1430 int getmouse(
2025 #undef getmouse2026 int getmouse(
2016 #undef getmouse2017 int getmouse(
566 function getmouse() (you must do this before the next wgetch(),570 Each call to getmouse() fills a structure (the address of which you
6120 + revert a change to getmouse() which had the undesirable side-effect6913 + modify getmouse() to act as its documentation implied, returning on14096 + correct missing _tracef in getmouse(), to balance the returnCode