Home
last modified time | relevance | path

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

/external/libedit/src/
Del.h62 #define NARROW_HISTORY 0x40 macro
Dhist.h62 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
Deln.c220 el->el_flags |= NARROW_HISTORY; in el_set()
Del.c312 el->el_flags &= ~NARROW_HISTORY; in FUN()