Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/moused/
H A Dmoused.c355 long button2timeout; /* 3 button emulation timeout */ member
375 .button2timeout = DFLT_BUTTON2TIMEOUT,
552 rodent.button2timeout = atoi(optarg); in main()
553 if ((rodent.button2timeout < 0) || in main()
554 (rodent.button2timeout > MAX_BUTTON2TIMEOUT)) { in main()
2150 tv2.tv_sec = rodent.button2timeout/1000; in r_timestamp()
2151 tv2.tv_usec = (rodent.button2timeout%1000)*1000; in r_timestamp()
2200 tv2.tv_sec = rodent.button2timeout/1000; in r_timeout()
2201 tv2.tv_usec = (rodent.button2timeout%1000)*1000; in r_timeout()