Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libedit/src/
H A Dhistory.c238 #define _HE_CURR_INVALID 8 macro
350 (h->cur > 0) ? _HE_CURR_INVALID : _HE_EMPTY_LIST); in history_def_curr()