Searched refs:EL (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip_util.tcl146 set EL [split [eval $cmd] \n]
147 lset EL end \n
154 if {$line eq [lindex $EL $ptr]} then {
155 set lift($lineno) [lindex $EL [incr ptr]]
156 lset lift($lineno) 0 [expr { [lindex $EL [incr ptr]] - 1 }]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dcommon.c138 #define EL el->el_line macro
141 EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar,
142 EL.lastchar, EL.limit, EL.limit);
/macosx-10.10/vim-55/runtime/keymap/
H A Dmongolian_utf-8.vim24 L �� CYRILLIC CAPITAL LETTER EL
56 l �� CYRILLIC SMALL LETTER EL
H A Drussian-dvorak.vim28 T �� CYRILLIC CAPITAL LETTER EL
60 t �� CYRILLIC SMALL LETTER EL
H A Drussian-jcuken.vim28 K �� CYRILLIC CAPITAL LETTER EL
60 k �� CYRILLIC SMALL LETTER EL
H A Drussian-jcukenwin.vim28 K �� CYRILLIC CAPITAL LETTER EL
60 k �� CYRILLIC SMALL LETTER EL
H A Drussian-yawerty.vim26 L �� CYRILLIC CAPITAL LETTER EL
59 l �� CYRILLIC SMALL LETTER EL
H A Dukrainian-jcuken.vim29 K �� CYRILLIC CAPITAL LETTER EL
62 k �� CYRILLIC SMALL LETTER EL
H A Dukrainian-dvorak.vim29 T �� CYRILLIC CAPITAL LETTER EL
62 t �� CYRILLIC SMALL LETTER EL
H A Dbulgarian-phonetic.vim53 L �� CYRILLIC CAPITAL LETTER EL
86 l �� CYRILLIC SMALL LETTER EL
H A Dbulgarian-bds.vim59 > �� CYRILLIC CAPITAL LETTER EL
92 \. �� CYRILLIC SMALL LETTER EL
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dcommon.c143 #define EL el->el_line macro
146 EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar,
147 EL.lastchar, EL.limit, EL.limit);
/macosx-10.10/libedit-40/src/
H A Dcommon.c143 #define EL el->el_line macro
146 EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar,
147 EL.lastchar, EL.limit, EL.limit);
/macosx-10.10/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h49 #define EL 248 /* erase the current line */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
207 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/macosx-10.10/Libc-1044.1.2/include/arpa/
H A Dtelnet.h49 #define EL 248 /* erase the current line */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
207 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/macosx-10.10/tcpdump-61/tcpdump/
H A Dtelnet.h53 #define EL 248 /* erase the current line */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
223 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp4270 ExitLimit EL = ComputeExitLimit(L, ExitingBlocks[i]);
4271 if (EL.Exact == getCouldNotCompute())
4276 ExitCounts.push_back(std::make_pair(ExitingBlocks[i], EL.Exact));
4279 MaxBECount = EL.Max;
4280 else if (EL.Max != getCouldNotCompute()) {
4287 MaxBECount = getUMaxFromMismatchedTypes(MaxBECount, EL.Max);
4517 ExitLimit EL = HowFarToZero(getMinusSCEV(LHS, RHS), L);
4518 if (EL.hasAnyInfo()) return EL;
4523 ExitLimit EL
[all...]
/macosx-10.10/ncurses-44/ncurses/misc/
H A Demx.src671 il1=\EL,
695 kil1=\EL,
818 el1=\EL,
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c2184 ((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL))
2246 NET2ADD(IAC, EL);
2247 printoption("SENT", IAC, EL);
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DInstrInfoEmitter.cpp48 std::map<std::vector<Record*>, unsigned> &EL,
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dtelnet.rb104 EL = 248.chr # "\370" # "\xf8" # erase the current line
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dstate.c194 case EL:
H A Dutility.c197 ((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL))
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dutility.c204 ((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL))
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dtelnet.c2255 NET2ADD(IAC, EL);
2256 printoption("SENT", IAC, EL);

Completed in 190 milliseconds

12