Home
last modified time | relevance | path

Searched refs:OPTTYPE (Results 1 – 16 of 16) sorted by relevance

/dports/astro/gpsman/gpsman-6.4.4.2/gmsrc/
H A Drecmodels.tcl93 set OPTTYPE(_GPSRecConf) group
102 set OPTTYPE(SERIALBAUD) fixedmenu
108 set OPTTYPE(NAMELENGTH) nat
111 set OPTTYPE(MAXROUTES) nat
113 set OPTTYPE(AutoNumRts) boolean
125 set OPTTYPE(SUPPORTLAPS) boolean
133 set OPTTYPE(INTERVAL) nat
136 set OPTTYPE(MAXROUTES) nat
156 set OPTTYPE(SERIALBAUD) fixedmenu
159 set OPTTYPE(INTERVAL) nat
[all …]
H A Doptions.tcl197 set OPTTYPE(LPOSX) nat
198 set OPTTYPE(LPOSY) nat
199 set OPTTYPE(MPOSX) nat
200 set OPTTYPE(MPOSY) nat
201 set OPTTYPE(RPOSX) nat
202 set OPTTYPE(RPOSY) nat
203 set OPTTYPE(EPOSX) nat
204 set OPTTYPE(EPOSY) nat
205 set OPTTYPE(DPOSX) nat
206 set OPTTYPE(DPOSY) nat
[all …]
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/test/
H A Dfake-symbols.c29 xf86OpenSerial (OPTTYPE options) in xf86OpenSerial()
40 _X_EXPORT OPTTYPE
58 _X_EXPORT OPTTYPE
65 xf86OptionListFree(OPTTYPE opt) in xf86OptionListFree()
77 xf86OptionName(OPTTYPE opt) in xf86OptionName()
83 xf86OptionValue(OPTTYPE opt) in xf86OptionValue()
216 _X_EXPORT OPTTYPE
217 xf86OptionListDuplicate(OPTTYPE options) in xf86OptionListDuplicate()
412 _X_EXPORT OPTTYPE
419 _X_EXPORT OPTTYPE
[all …]
H A Dfake-symbols.h10 #define OPTTYPE XF86OptionPtr macro
13 #define OPTTYPE pointer macro
/dports/german/BBBike/BBBike-3.18/lib/Tk/
H A DGetopt.pm22 use constant OPTTYPE => 1; constant
297 $getopt{_getopt_long_string($opt->[OPTNAME], $opt->[OPTTYPE])} =
301 $getopt{_getopt_long_string($_, $opt->[OPTTYPE])} =
372 map { ($opt->[OPTTYPE] eq '!' ? "[no]" : "") . $_ }
513 -resolution => ($opt->[OPTTYPE] =~ /f/ ? 0 : 1),
922 } elsif (defined $opt->[OPTTYPE] &&
923 $opt->[OPTTYPE] eq '!' or $opt->[OPTTYPE] eq '') {
925 } elsif (defined $opt->[OPTTYPE] && $opt->[OPTTYPE] =~ /i/) {
927 } elsif (defined $opt->[OPTTYPE] && $opt->[OPTTYPE] =~ /f/) {
929 } elsif (defined $opt->[OPTTYPE] && $opt->[OPTTYPE] =~ /s/) {
/dports/x11-toolkits/p5-Tk-Getopt/Tk-Getopt-0.51/
H A DGetopt.pm22 use constant OPTTYPE => 1; constant
306 $getopt{_getopt_long_string($opt->[OPTNAME], $opt->[OPTTYPE])} =
310 $getopt{_getopt_long_string($_, $opt->[OPTTYPE])} =
381 map { ($opt->[OPTTYPE] eq '!' ? "[no]" : "") . $_ }
522 -resolution => ($opt->[OPTTYPE] =~ /f/ ? 0 : 1),
931 } elsif (defined $opt->[OPTTYPE] &&
932 $opt->[OPTTYPE] eq '!' or $opt->[OPTTYPE] eq '') {
934 } elsif (defined $opt->[OPTTYPE] && $opt->[OPTTYPE] =~ /i/) {
936 } elsif (defined $opt->[OPTTYPE] && $opt->[OPTTYPE] =~ /f/) {
938 } elsif (defined $opt->[OPTTYPE] && $opt->[OPTTYPE] =~ /s/) {
/dports/finance/libofx/libofx-0.10.2/doc/ofx_sample_files/
H A Dofx-2.1.1-sect-13.12.ofx175 <OPTTYPE>PUT</OPTTYPE>
/dports/math/octave-forge-financial/financial-0.5.3/inst/
H A Dopprofit.m43 error ("opprofit: OPTTYPE must be logical, 0 (call) or 1 (put)");
H A Dbinprice.m79 error ("binprice: OPTTYPE must be logical, 0 (call) or 1 (put)");
/dports/textproc/py-sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1/test/roots/test-sphinx/
H A Dtest.bib99 OPTTYPE = {},
/dports/textproc/py-sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1/test/roots/test-natbib/
H A Dtest.bib106 OPTTYPE = {},
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcompstui.h731 } OPTTYPE, *POPTTYPE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcompstui.h731 } OPTTYPE, *POPTTYPE; typedef
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_twoopt.c124 typedef enum Opttype OPTTYPE; typedef
920 OPTTYPE opttype, /**< are binaries or integers optimized */ in optimize()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs4454 pub pOptType: *mut OPTTYPE,
4530 pub struct OPTTYPE { struct
4542 impl ::core::marker::Copy for OPTTYPE {} argument
4544 impl ::core::clone::Clone for OPTTYPE { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs17014 pub pOptType: *mut OPTTYPE,
17146 pub struct OPTTYPE { struct
17158 impl OPTTYPE {} argument
17160 impl ::std::default::Default for OPTTYPE { implementation
17166 impl ::std::fmt::Debug for OPTTYPE { implementation
17182 impl ::std::cmp::PartialEq for OPTTYPE { implementation
17188 impl ::std::cmp::Eq for OPTTYPE {} implementation
17190 unsafe impl ::windows::runtime::Abi for OPTTYPE { implementation