OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xopt
(Results
1 - 4
of
4
) sorted by null
/external/libpng/contrib/pngminus/
makevms.com
35
$ open/write
xopt
x11.opt
36
$ write
xopt
"sys$library:decw$xlibshr.exe/share"
37
$ close
xopt
/external/libpng/contrib/gregbook/
makevms.com
60
$ open/write
xopt
x11.opt
61
$ write
xopt
"sys$library:decw$xlibshr.exe/share"
62
$ close
xopt
/external/emma/core/java12/com/vladium/util/args/
OptsParser.java
385
final Opt
xopt
= opts.getOpt (excludes [x]);
local
386
if (
xopt
!= null)
387
opts.addError (formatMessage ("option \'" + opt.getName () + "\' cannot be used with option \'" +
xopt
.getName () + "\'"));
1562
final OptDef
xopt
= result.getOptDef (excludes [x], null);
local
[
all
...]
/ndk/build/tools/
prebuilt-common.sh
436
for
xopt
in $OPTIONS; do
437
if [ "$name" != "$
xopt
" ] ; then
[
all
...]
Completed in 825 milliseconds