EL_CAN_TAB
"\tIt can%suse tabs\n", EL_CAN_TAB ? " " : "not ");
(void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
if (EL_CAN_TAB) {
if (EL_CAN_TAB ?
el->el_tty.t_tabs = EL_CAN_TAB ? 1 : 0;