Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dterminal.h57 #define TERM_CAN_TAB 0x008 /* Can use tabs */ macro
127 #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; in terminal_setflags()