Searched refs:button2timeout (Results 1 – 1 of 1) sorted by relevance
417 long button2timeout; /* 3 button emulation timeout */ member444 .button2timeout = DFLT_BUTTON2TIMEOUT,591 rodent.button2timeout = atoi(optarg); in main()592 if ((rodent.button2timeout < 0) || in main()593 (rodent.button2timeout > MAX_BUTTON2TIMEOUT)) { in main()2573 ts2.tv_sec = rodent.button2timeout / 1000; in r_timestamp()2574 ts2.tv_nsec = (rodent.button2timeout % 1000) * 1000000; in r_timestamp()2622 ts2.tv_sec = rodent.button2timeout / 1000; in r_timeout()2623 ts2.tv_nsec = (rodent.button2timeout % 1000) * 1000000; in r_timeout()