Lines Matching refs:entry
161 @entry = split('\|', $c_inline);
171 elsif ("$entry[0]" eq "TEST")
180 if ($#entry != 3)
182 print "\nERROR, $entry[0] invalid number of arguments\n\n";
188 print "\nStarting test: $entry[1]\n";
189 $convert_file = $entry[3];
191 if ("$entry[2]" =~ /[Qq][Uu][Ii][Cc][Kk][Ww][Oo][Rr][Dd]/)
226 elsif ("$entry[2]" =~ /[Mm][Ii][Nn][Ii][Cc][Aa][Ll][Cc]/)
279 print "\nERROR, invalid extension <$entry[2]>\n\n";
286 elsif ("$entry[0]" eq "DB_EXPORT")
288 if ($#entry != 1)
290 print "\nERROR, $entry[0] invalid number of arguments\n\n";
294 &db_export($entry[1]);
300 elsif ("$entry[0]" eq "TAP_APPLICATIONS")
302 if ($#entry != 0)
304 print "\nERROR, $entry[0] invalid number of arguments\n\n";
314 elsif ("$entry[0]" eq "ENTER_STRING_AT_LOCATION")
316 if ($#entry != 3)
318 print "\nERROR, $entry[0] invalid number of arguments\n\n";
322 print "\nERROR, can not process $entry[0] for invalid test\n\n";
326 &enter_string_at_location($entry[1], $entry[2],
327 $entry[3], $running_testtype);
333 elsif ("$entry[0]" eq "TAP_PEN")
335 if ($#entry != 2)
337 print "\nERROR, $entry[0] invalid number of arguments\n\n";
341 print "\nERROR, can not process $entry[0] for invalid test\n\n";
345 &pose_tap_pen($entry[1], $entry[2], 0);
351 elsif ("$entry[0]" eq "TAP_BUTTON")
353 if ($#entry != 1)
355 print "\nERROR, $entry[0] invalid number of arguments\n\n";
359 print "\nERROR, can not process $entry[0] for invalid test\n\n";
363 &pose_tap_button($entry[1], 0);
369 elsif ("$entry[0]" eq "SLEEP")
371 if ($#entry != 1)
373 print "\nERROR, $entry[0] invalid number of arguments\n\n";
377 &pose_sleep($entry[1]);
383 elsif ("$entry[0]" eq "MINICALC_ENTER_CELL")
385 if ($#entry != 3)
387 print "\nERROR, $entry[0] invalid number of arguments\n\n";
391 print "\nERROR, can not process $entry[0] for invalid test\n\n";
395 &minicalc_enter_cell($entry[1], $entry[2], $entry[3]);
401 elsif ("$entry[0]" eq "QUICKWORD_FIND_REPLACE")
403 if ($#entry != 2)
405 print "\nERROR, $entry[0] invalid number of arguments\n\n";
409 print "\nERROR, can not process $entry[0] for invalid test\n\n";
413 &quickword_find_replace($entry[1], $entry[2]);