Lines Matching refs:secs
648 my $secs = $_[0];
657 &pose_tap_pen(0, 15, $secs);
790 my $secs = $_[0];
796 &pose_tap_pen(155, 10, $secs);
921 my $secs = $_[1];
965 if ($secs > 0)
967 pose_sleep($secs);
1042 my $secs = $_[2];
1051 if ($secs > 0)
1053 pose_sleep($secs);
1071 my $secs = $_[2];
1080 if ($secs > 0)
1082 pose_sleep($secs);
1095 my $secs = $_[1];
1104 if ($secs > 0)
1106 pose_sleep($secs);
1117 my $secs = $_[0];
1121 &print_debug(" Sleeping : $secs seconds\n");
1124 sleep($secs);