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

/freebsd-11-stable/lib/libedit/
H A Dterminal.h57 #define TERM_CAN_CEOL 0x004 /* Has CEOL cap */ macro
117 #define EL_CAN_CEOL (EL_FLAGS & TERM_CAN_CEOL)
H A Dterminal.c232 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0;

Completed in 263 milliseconds