Home
last modified time | relevance | path

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

/external/libedit/src/
Dterminal.h132 #define EL_HAS_AUTO_MARGINS (EL_FLAGS & TERM_HAS_AUTO_MARGINS) macro
Dterminal.c500 if (EL_HAS_AUTO_MARGINS && in terminal_move_to_line()
667 if (EL_HAS_AUTO_MARGINS) { /* yes */ in terminal_overwrite()
1301 EL_HAS_AUTO_MARGINS ? "has" : "does not have"); in terminal_telltc()
1302 if (EL_HAS_AUTO_MARGINS) in terminal_telltc()
1507 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ? in terminal_echotc()
Drefresh.c1090 if (EL_HAS_AUTO_MARGINS) { in re_fastputc()