Home
last modified time | relevance | path

Searched refs:EL (Results 1 – 25 of 92) sorted by relevance

1234

/NextBSD/contrib/llvm/lib/LineEditor/
HDLineEditor.cpp101 EditLine *EL; member
109 static const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn() argument
111 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn()
120 static unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn() argument
122 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn()
134 ::el_push(EL, const_cast<char *>(Prevs.c_str())); in ElCompletionFn()
141 const LineInfo *LI = ::el_line(EL); in ElCompletionFn()
147 ::el_insertstr(EL, Action.Text.c_str()); in ElCompletionFn()
161 ::el_push(EL, const_cast<char *>("\05\t")); in ElCompletionFn()
206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
[all …]
/NextBSD/contrib/gcc/config/mips/
HDt-vxworks4 MULTILIB_OPTIONS = mips2/mips3 EL msoft-float
5 MULTILIB_MATCHES = EL=mel mips2=mips32 mips3=mips4 mips3=mips64
7 MULTILIB_EXCEPTIONS = EL EL/msoft-float mips3/msoft-float mips3/EL/msoft-float
13 mips2/EL=!MIPS32gnule \
14 mips2/EL/msoft-float=!MIPS32sfgnule \
15 mips3=!MIPS64gnu mips3/EL=!MIPS64gnule
HDt-sb13 # Endianness: EB or EL
16 EB/EL \
28 EB=meb EL=mel \
42 #MULTILIB_OPTIONS = EB/EL msoft-float
44 #MULTILIB_MATCHES = EB=meb EL=mel
HDt-rtems4 MULTILIB_OPTIONS = mips1/mips3/mips32 EB/EL msoft-float
6 MULTILIB_MATCHES = EL=mel EB=meb
11 MULTILIB_EXCEPTIONS += EL*
12 MULTILIB_EXCEPTIONS += mips32/EL*
HDt-vr28 # Endianness: EB or EL
49 # Endianness: EB or EL
61 # Endianness: EB or EL
72 EL/EB \
87 MULTILIB_MATCHES = EL=mel EB=meb mfix-vr4120=march?vr4120 \
HDt-r390026 MULTILIB_OPTIONS = msoft-float EL/EB
28 MULTILIB_MATCHES = EL=mel EB=meb
HDt-isa326434 MULTILIB_OPTIONS = msoft-float EL/EB mips32/mips32r2/mips64
36 MULTILIB_MATCHES = EL=mel EB=meb
HDt-elf34 MULTILIB_OPTIONS = msoft-float EL/EB
36 MULTILIB_MATCHES = EL=mel EB=meb msingle-float=m4650
HDt-sr71k47 MULTILIB_OPTIONS = EL/EB msoft-float mips2
/NextBSD/lib/libedit/
HDcommon.c145 #define EL el->el_line in ed_delete_next_char() macro
148 EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar, in ed_delete_next_char()
149 EL.lastchar, EL.limit, EL.limit); in ed_delete_next_char()
/NextBSD/usr.bin/tip/tip/
HDvars.c61 NOSTR, (char *)&EL },
HDremote.c61 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
HDtip.h63 char *EL; /* chars marking an EOL */ variable
/NextBSD/crypto/heimdal/appl/telnet/arpa/
HDtelnet.h49 #define EL 248 /* erase the current line */ macro
/NextBSD/include/arpa/
HDtelnet.h46 #define EL 248 /* erase the current line */ macro
/NextBSD/contrib/telnet/arpa/
HDtelnet.h50 #define EL 248 /* erase the current line */ macro
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.h250 EL:2, // Current exception level (see ExceptionLevel enum) member
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp4867 ExitLimit EL = ComputeExitLimit(L, ExitBB); in ComputeBackedgeTakenCount() local
4871 if (EL.Exact == getCouldNotCompute()) in ComputeBackedgeTakenCount()
4876 ExitCounts.push_back(std::make_pair(ExitBB, EL.Exact)); in ComputeBackedgeTakenCount()
4887 if (EL.Max != getCouldNotCompute() && Latch && in ComputeBackedgeTakenCount()
4890 MustExitMaxBECount = EL.Max; in ComputeBackedgeTakenCount()
4893 getUMinFromMismatchedTypes(MustExitMaxBECount, EL.Max); in ComputeBackedgeTakenCount()
4896 if (!MayExitMaxBECount || EL.Max == getCouldNotCompute()) in ComputeBackedgeTakenCount()
4897 MayExitMaxBECount = EL.Max; in ComputeBackedgeTakenCount()
4900 getUMaxFromMismatchedTypes(MayExitMaxBECount, EL.Max); in ComputeBackedgeTakenCount()
5161 ExitLimit EL = HowFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in ComputeExitLimitFromICmp() local
[all …]
/NextBSD/contrib/tcpdump/
HDprint-telnet.c74 #define EL 248 /* erase the current line */ macro
/NextBSD/tools/tools/locale/etc/charmaps/
HDCP1251.TXT224 0xCB 0x041B #CYRILLIC CAPITAL LETTER EL
256 0xEB 0x043B #CYRILLIC SMALL LETTER EL
HDPT154.TXT227 0xcb 0x041B # CYRILLIC CAPITAL LETTER EL
259 0xeb 0x043B # CYRILLIC SMALL LETTER EL
HDCP866.TXT159 0x8b 0x041b #CYRILLIC CAPITAL LETTER EL
191 0xab 0x043b #CYRILLIC SMALL LETTER EL
HDISO8859-5.TXT237 0xBB 0x041B # CYRILLIC CAPITAL LETTER EL
269 0xDB 0x043B # CYRILLIC SMALL LETTER EL
/NextBSD/contrib/binutils/gas/doc/
HDc-arc.texi75 @cindex @code{-EL} command line option, ARC
76 @item -EL
/NextBSD/crypto/heimdal/appl/telnet/telnet/
HDtelnet.c2184 ((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL)) in netclear()
2246 NET2ADD(IAC, EL); in xmitEL()
2247 printoption("SENT", IAC, EL); in xmitEL()

1234