Searched refs:H_UNIQUE (Results 1 – 1 of 1) sorted by relevance
171 #define H_UNIQUE 1 /* Store only unique elements */ macro194 #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_UNIQUE538 if ((h->flags & H_UNIQUE) != 0 && h->list.next != &h->list && in history_def_enter()