Home
last modified time | relevance | path

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

/mirbsd/src/lib/libedit/
Dterm.h121 #define EL_HAS_MAGIC_MARGINS (EL_FLAGS & TERM_HAS_MAGIC_MARGINS) macro
Dterm.c690 if (EL_HAS_MAGIC_MARGINS) { in term_overwrite()
1273 EL_HAS_MAGIC_MARGINS ? "has" : "does not have"); in term_telltc()
1408 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ? in term_echotc()
Drefresh.c1029 if (EL_HAS_MAGIC_MARGINS) { in re_fastputc()