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

/freebsd-11.0-release/lib/libedit/
H A Dterminal.h59 #define TERM_CAN_CEOL 0x004 /* Has CEOL cap */ macro
119 #define EL_CAN_CEOL (EL_FLAGS & TERM_CAN_CEOL)
H A Dterminal.c233 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0;

Completed in 63 milliseconds