Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dhistory.c230 #define _HE_CURR_INVALID 8 macro
342 (h->cur > 0) ? _HE_CURR_INVALID : _HE_EMPTY_LIST); in history_def_curr()