Lines Matching defs:delay

119 static int	XTestKeyOrButton(Display *display, int device_id, long unsigned int delay, unsigned int code, unsigned int action);
637 unsigned long delay,
653 delay,
669 unsigned long delay,
685 delay,
701 unsigned long delay,
724 * Check the delay. If it is larger than will fit in the
725 * key input action, send a delay input action.
727 if(XTestCheckDelay(display, &delay) == -1)
745 * set the delay time
747 keyinfo.delay_time = delay;
757 * Check the delay. If it is larger than will fit in the
758 * key input action, send a delay input action.
760 if(XTestCheckDelay(display, &delay) == -1)
778 * set the delay time
780 keyinfo.delay_time = delay;
790 * Check the delay. If it is larger than will fit in the
791 * key input action, send a delay input action.
793 if(XTestCheckDelay(display, &delay) == -1)
811 * set the delay time
813 keyinfo.delay_time = delay;
828 * set the delay to XTestSTROKE_DELAY_TIME
830 delay = XTestSTROKE_DELAY_TIME;
832 * Check the delay. If it is larger than will fit in the
833 * key input action, send a delay input action.
835 if(XTestCheckDelay(display, &delay) == -1)
853 * set the delay time
855 keyinfo.delay_time = delay;
882 unsigned long delay[],
927 * Check the delay. If it is larger than will fit in the
928 * input action, send a delay input action.
930 if(XTestCheckDelay(display, &(delay[i])) == -1)
967 * set the delay time
969 jumpinfo.delay_time = delay[i];
1008 * set the delay time
1010 motioninfo.delay_time = delay[i];
1037 * Check the delay value at the passed-in address. If it is larger than
1038 * will fit in a normal input action, then send a delay input action.
1046 * holds a delay input action to be filled out and sent to the server
1051 * if the delay value will fit in the input action,
1052 * then there is no need for a delay input action
1059 * fill out a delay input action
1064 * all of the delay time will be accounted for in the
1065 * delay input action, so set the original delay value to 0
1069 * pack the delay input action into a request to be sent to the