Home
last modified time | relevance | path

Searched refs:NARROW_HISTORY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libedit/
H A Dhist.h59 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
H A Del.h58 #define NARROW_HISTORY 0x040 macro
H A Deln.c237 el->el_flags |= NARROW_HISTORY; in el_set()
H A Del.c299 el->el_flags &= ~NARROW_HISTORY; in el_wset()