Searched refs:NARROW_HISTORY (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del.h62 #define NARROW_HISTORY 0x40 macro
H A Dhist.h62 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
H A Deln.c220 el->el_flags |= NARROW_HISTORY;
H A Del.c281 el->el_flags &= ~NARROW_HISTORY;
/macosx-10.10/libedit-40/src/
H A Del.h62 #define NARROW_HISTORY 0x40 macro
H A Dhist.h62 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
H A Deln.c228 el->el_flags |= NARROW_HISTORY;
H A Del.c283 el->el_flags &= ~NARROW_HISTORY;

Completed in 143 milliseconds