Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dterminal.h122 #define EL_HAS_AUTO_MARGINS (EL_FLAGS & TERM_HAS_AUTO_MARGINS) macro
H A Dterminal.c647 if (EL_HAS_AUTO_MARGINS) { /* yes */ in terminal_overwrite()
1284 EL_HAS_AUTO_MARGINS ? "has" : "does not have"); in terminal_telltc()
1285 if (EL_HAS_AUTO_MARGINS) in terminal_telltc()
1498 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ? in terminal_echotc()
H A Drefresh.c1135 if (EL_HAS_AUTO_MARGINS) { in re_fastputc()