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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c136 #define H_UNIQUE 1 /* Store only unique elements */ macro
159 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0)
162 (((history_t *)p)->flags) |= H_UNIQUE; \
164 (((history_t *)p)->flags) &= ~H_UNIQUE
499 if ((h->flags & H_UNIQUE) != 0 && h->list.next != &h->list &&
/macosx-10.10/libedit-40/src/
H A Dhistory.c136 #define H_UNIQUE 1 /* Store only unique elements */ macro
159 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0)
162 (((history_t *)p)->flags) |= H_UNIQUE; \
164 (((history_t *)p)->flags) &= ~H_UNIQUE
501 if ((h->flags & H_UNIQUE) != 0 && h->list.next != &h->list &&
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c123 #define H_UNIQUE 1 /* Store only unique elements */ macro
141 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0)
144 (((history_t *)p)->flags) |= H_UNIQUE; \
146 (((history_t *)p)->flags) &= ~H_UNIQUE
413 if ((h->flags & H_UNIQUE) != 0 && h->list.next != &h->list &&

Completed in 101 milliseconds