Home
last modified time | relevance | path

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

/external/libedit/src/
Dterminal.h128 #define EL_CAN_TAB (EL_FLAGS & TERM_CAN_TAB) macro
Dterminal.c582 if (EL_CAN_TAB) { in terminal_move_to_char()
624 if (EL_CAN_TAB ? in terminal_move_to_char()
1299 "\tIt can%suse tabs\n", EL_CAN_TAB ? " " : "not "); in terminal_telltc()
1497 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no"); in terminal_echotc()
Dtty.c1042 el->el_tty.t_tabs = EL_CAN_TAB ? 1 : 0; in tty_rawmode()