Home
last modified time | relevance | path

Searched refs:REL_GE (Results 1 – 20 of 20) sorted by relevance

/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/
H A DDeps.pm102 } elsif ($rel_p eq REL_GE) {
115 } elsif ($rel_p eq REL_GE) {
127 if ($rel_p eq REL_GT or $rel_p eq REL_GE) {
139 if ($rel_q eq REL_GE) {
384 REL_GE() => 1,
H A DVersion.pm51 REL_GE => '>=', constant
286 } elsif ($op eq REL_GE) {
318 return REL_GE;
/dports/lang/nqc/nqc-3.1.r6_1/default/
H A Dparse.tab.h36 REL_GE = 262, enumerator
103 #define REL_GE 262 macro
H A Dlexer.cpp1185 { return REL_GE; }
H A Dparse.cpp12 #define REL_GE 263 macro
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DCondParser.cpp289 case REL_GE: in BinOp()
333 case REL_GE: in Precedence()
H A Dparse.y118 %left '<' '>' REL_LE REL_GE
135 %token REL_GE REL_LE REL_EQ REL_NE
339 | expr REL_GE expr { $$ = new RelExpr($1, RelExpr::kGreaterOrEqual, $3); }
H A Dparse.tab.h25 #define REL_GE 263 macro
H A Dlex.l161 ">=" { return REL_GE; }
H A Dlexer.cpp1186 { return REL_GE; }
H A Dparse.cpp13 #define REL_GE 263 macro
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddd-list.pl250 = version_compare_relation($apt_version, REL_GE, '1.1.8');
/dports/archivers/dpkg/dpkg-1.19.7/scripts/t/
H A DDpkg_Deps.t167 $facts->add_provided_package('myvirtual3', REL_GE, '2.0-1', 'mypackage');
/dports/archivers/dpkg/dpkg-1.19.7/scripts/
H A Ddpkg-shlibdeps.pl627 (($dep->{relation} eq REL_GE) ||
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dpkg-shlibdeps/
H A Ddpkg-shlibdeps.pl642 (($dep->{relation} eq REL_GE) ||
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dpkg-shlibdeps/
H A Ddpkg-shlibdeps.pl642 (($dep->{relation} eq REL_GE) ||
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs563 pub const REL_GE: RELOPS = 6i32; const
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmqoai.h385 REL_NOP = 0,REL_EQ,REL_NEQ,REL_LT,REL_GT,REL_LE,REL_GE enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmqoai.h385 REL_NOP = 0,REL_EQ,REL_NEQ,REL_LT,REL_GT,REL_LE,REL_GE enumerator
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs8051 pub const REL_GE: RELOPS = RELOPS(6i32); const