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

/freebsd-13-stable/contrib/libedit/
H A Dterminal.h57 #define TERM_CAN_TAB 0x008 /* Can use tabs */ macro
118 #define EL_CAN_TAB (EL_FLAGS & TERM_CAN_TAB)
H A Dterminal.c228 EL_FLAGS |= (Val(T_pt) && !Val(T_xt)) ? TERM_CAN_TAB : 0;

Completed in 58 milliseconds