Searched refs:button2timeout (Results 1 – 1 of 1) sorted by relevance
403 long button2timeout; /* 3 button emulation timeout */ member430 .button2timeout = DFLT_BUTTON2TIMEOUT,577 rodent.button2timeout = atoi(optarg); in main()578 if ((rodent.button2timeout < 0) || in main()579 (rodent.button2timeout > MAX_BUTTON2TIMEOUT)) { in main()2536 ts2.tv_sec = rodent.button2timeout / 1000; in r_timestamp()2537 ts2.tv_nsec = (rodent.button2timeout % 1000) * 1000000; in r_timestamp()2585 ts2.tv_sec = rodent.button2timeout / 1000; in r_timeout()2586 ts2.tv_nsec = (rodent.button2timeout % 1000) * 1000000; in r_timeout()