Searched refs:EL_CAN_TAB (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dterminal.h118 #define EL_CAN_TAB (EL_FLAGS & TERM_CAN_TAB) macro
H A Dterminal.c598 if (EL_CAN_TAB) {
640 if (EL_CAN_TAB ?
1315 "\tIt can%suse tabs\n", EL_CAN_TAB ? " " : "not ");
1513 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
H A Dtty.c1033 el->el_tty.t_tabs = EL_CAN_TAB ? 1 : 0;

Completed in 290 milliseconds