Home
last modified time | relevance | path

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

/external/libedit/src/
Dterminal.h133 #define EL_HAS_MAGIC_MARGINS (EL_FLAGS & TERM_HAS_MAGIC_MARGINS) macro
Dterminal.c670 if (EL_HAS_MAGIC_MARGINS) { in terminal_overwrite()
1304 EL_HAS_MAGIC_MARGINS ? "has" : "does not have"); in terminal_telltc()
1503 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ? in terminal_echotc()
Drefresh.c1091 if (EL_HAS_MAGIC_MARGINS) { in re_fastputc()