HomeSort by relevance Sort by last modified time
    Searched refs:optionStart (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 78 $optionStart = "-"; # Dash is the default option starter
81 # with no whitespace, it is the desired value for $optionStart:
82 $optionStart = shift @_ if $_[0] =~ /^[^a-z0-9\s]+$/i;
285 index($optionStart,substr($ARGV[$i],0,1)) < 0) {
626 =item $optionStart