Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistory.c171 #define H_UNIQUE 1 /* Store only unique elements */ macro
194 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0)
197 (((history_t *)p)->flags) |= H_UNIQUE; \
199 (((history_t *)p)->flags) &= ~H_UNIQUE
538 if ((h->flags & H_UNIQUE) != 0 && h->list.next != &h->list && in history_def_enter()