Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/moused/
H A Dmoused.c401 long button2timeout; /* 3 button emulation timeout */ member
428 .button2timeout = DFLT_BUTTON2TIMEOUT,
575 rodent.button2timeout = atoi(optarg); in main()
576 if ((rodent.button2timeout < 0) || in main()
577 (rodent.button2timeout > MAX_BUTTON2TIMEOUT)) { in main()
2534 ts2.tv_sec = rodent.button2timeout / 1000; in r_timestamp()
2535 ts2.tv_nsec = (rodent.button2timeout % 1000) * 1000000; in r_timestamp()
2583 ts2.tv_sec = rodent.button2timeout / 1000; in r_timeout()
2584 ts2.tv_nsec = (rodent.button2timeout % 1000) * 1000000; in r_timeout()