Home | History | Annotate | Download | only in libtests

Lines Matching defs:command

300    int  limit;         /* Command line limit */
559 checkfp_command command;
562 command.number[0] = 0;
563 command.limit = 3;
564 command.verbose = verbose;
565 command.ctimes = 0;
566 command.cmillions = 0;
567 command.cinvalid = 0;
568 command.cnoaccept = 0;
576 command.limit = atoi(*++argv);
590 control.limit = command.limit;
596 result = check_all_characters(&command, control);
599 result ? "pass" : "FAIL", command.cmillions / 1000,
600 command.cmillions % 1000, command.ctimes / 1000, command.ctimes % 1000,
601 command.cinvalid);