Lines Matching refs:getopt_long_only
658 val = ::getopt_long_only(GetArgumentCount(),
1317 val = ::getopt_long_only (GetArgumentCount(),
1498 // Fooey... getopt_long_only permutes the GetArgumentVector to move the options to the front.
1499 // So we have to build another Arg and pass that to getopt_long_only so it doesn't
1512 val = ::getopt_long_only (dummy_vec.size() - 1,
1530 // I let it pass to getopt_long_only which will terminate the option parsing.
1646 // the option_element_vector, but only if it is not after the "--". But it turns out that getopt_long_only just ignores