Home
last modified time | relevance | path

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

/original-bsd/lib/libedit/
H A Dterm.h88 #define EL_CAN_TAB (EL_FLAGS & TERM_CAN_TAB) macro
H A Dterm.c531 if (EL_CAN_TAB) { /* if I can do tabs, use them */
554 if (EL_CAN_TAB ? (-del > ((where >> 3) + (where & 07)))
1141 "\tIt can%suse tabs\n", EL_CAN_TAB ? " " : "not ");
1271 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
H A Dtty.c842 el->el_tty.t_tabs = EL_CAN_TAB ? 1 : 0;