Searched refs:LE (Results 26 - 50 of 82) sorted by relevance

1234

/macosx-10.9.5/awk-18/src/
H A Dytab.c98 LE = 287, enumerator in enum:yytokentype
195 #define LE 287 macro
731 "EQ", "GE", "GT", "LE", "LT", "NE", "IN", "ARG", "BLTIN", "BREAK",
3709 case LE: case LT: case EQ: case NE: case GT: case GE:
H A Drun.c412 mode = LE; /* arbitrary flag */
666 case LE: if (i<=0) return(True);
1621 int mode; /* '|', 'a', 'w' => LE/LT, GT */
1667 } else if (a == LE) { /* input pipe */
1704 if (files[i].mode == '|' || files[i].mode == LE)
1730 if (files[i].mode == '|' || files[i].mode == LE)
H A Dytabc.bak84 LE = 286,
179 #define LE 286
595 "LE", "LT", "NE", "IN", "ARG", "BLTIN", "BREAK", "CLOSE", "CONTINUE",
3401 case LE: case LT: case EQ: case NE: case GT: case GE:
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src305 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:tc=ansi+local1:
408 :AL=\E[%dL:DC=\E[%dP:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
480 # standard capabilities. This entry deletes :UP:, :RI:, :DO:, :LE:, and
520 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
608 :LE=\E[%dD:RI=\E[%dC:Sb=\E[%+(m:Sf=\E[%+^^m:UP=\E[%dA:\
742 :@7=\E[Y:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
820 :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
973 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
1023 :F2=\E[012q:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
1152 :LE
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dbaseparser.rb218 if encoding.nil? and /\AUTF-16(?:BE|LE)\z/i =~ @source.encoding
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DRequirementParser.cpp1046 case LE:
1048 match(LE);
1223 "LE",
1291 // RPAREN "exists" EQL EQQL SUBS LESS GT LE GE SEMI
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DRequirementParser.cpp1046 case LE:
1048 match(LE);
1223 "LE",
1291 // RPAREN "exists" EQL EQQL SUBS LESS GT LE GE SEMI
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveVariables.cpp654 LE = SuccMBB->livein_end(); LI != LE; ++LI) {
H A DMachineVerifier.cpp481 LE = MBB->livein_end();
482 LI != LE; ++LI) {
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c277 #define LE (LT | EQ) macro
520 case LE:
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dabap.vim113 syn keyword abapOperator EQ NE LT LE GT GE NOT AND OR XOR IN LIKE BETWEEN
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.h690 case LE:
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DAsmWriter.cpp1292 Module::lib_iterator LE = M->lib_end(); local
1293 if (LI != LE) {
1296 while (LI != LE) {
1299 if (LI != LE)
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Debrowse.c139 LE, /* <= */ enumerator in enum:token
1908 return LE;
2111 case LE: return "<=";
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARM.h55 LessThanOrEqual = ARMAssembler::LE
80 DoubleLessThanOrEqualOrUnordered = ARMAssembler::LE,
H A DSH4Assembler.h355 LE = 0x9, // Less or Equal enumerator in enum:JSC::SH4Assembler::__anon2665
663 case LE:
H A DMacroAssemblerSH4.h66 LessThanOrEqual = SH4Assembler::LE
84 DoubleLessThanOrEqual = SH4Assembler::LE,
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_m17n.rb232 %w/BE LE/.each do |endian|
243 %w/BE LE/.each do |endian|
334 "\u3042".encode("UTF-16LE"),
H A Dtest_m17n_comb.rb171 UTF-16LE
173 UTF-32LE
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y172 // NE/EQ, GT/LE, and GE/LT are separated by only a single value. See
180 %left GT LE LT GE.
637 expr(A) ::= expr(X) LE(OP) expr(Y). {A = sqlite3Expr(@OP, X, Y, 0);}
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dtamil_tscii.vim430 LE <char-167><char-199>
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp504 case ARMCC::LE:
1991 case ARMCC::GE: return ARMCC::LE;
1994 case ARMCC::LE: return ARMCC::GE;
2207 case ARMCC::LE:
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp3228 LE = NewRetainRRI.Calls.end(); LI != LE; ++LI) {
3284 LE = NewReleaseRRI.Calls.end(); LI != LE; ++LI) {
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/
H A Dgtest.h1449 GTEST_IMPL_CMP_HELPER_(LE, <=);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2230 LE = Labels.end(); LI != LE; ++LI) {

Completed in 459 milliseconds

1234