Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dterminal.h123 #define EL_HAS_MAGIC_MARGINS (EL_FLAGS & TERM_HAS_MAGIC_MARGINS) macro
H A Dterminal.c651 if (EL_HAS_MAGIC_MARGINS) { in terminal_overwrite()
1287 EL_HAS_MAGIC_MARGINS ? "has" : "does not have"); in terminal_telltc()
1494 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ? in terminal_echotc()
H A Drefresh.c1136 if (EL_HAS_MAGIC_MARGINS) { in re_fastputc()