Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dhistory.c189 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0) macro
701 ev->num = history_def_getunique(h->h_ref); in history_getunique()