HomeSort by relevance Sort by last modified time
    Searched full:abortmsg (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 34 @EXPORT_OK = qw(abortMsg getOptions nextOption);
120 # created, in case the program calls abortMsg.
136 sub abortMsg
144 } # end abortMsg
176 abortMsg("$problem option `$option'");
198 abortMsg("option `$option' does not take an argument")
204 abortMsg("option `$option' requires an argument")
209 abortMsg("option `$option' requires integer argument")
213 abortMsg("option `$option' requires numeric argument")
570 Getopt::Mixed provides one other function you can use. C<abortMsg>
    [all...]

Completed in 898 milliseconds