Home
last modified time | relevance | path

Searched refs:TERM_CAN_CEOL (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/
Dterminal.h58 #define TERM_CAN_CEOL 0x004 /* Has CEOL cap */ macro
127 #define EL_CAN_CEOL (EL_FLAGS & TERM_CAN_CEOL)
Dterminal.c231 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0; in terminal_setflags()