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

/openbsd-current/usr.bin/ctfconv/
H A Dhash.c38 #define DELETED ((struct hash_entry *)h) macro
84 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
108 if (result == NULL || result == DELETED)
111 h->t[i].p = DELETED;
124 if (h->t[i].p == DELETED) {
146 if (h->t[*pos].p != DELETED && h->t[*pos].p != NULL)
204 if (h->t[i].p == DELETED) {
213 h->t[i].p = DELETED;
240 if (h->t[i].p == DELETED)
/openbsd-current/lib/libutil/
H A Dohash.c30 #define DELETED ((const char *)h) macro
98 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
122 if (result == NULL || result == DELETED)
128 h->t[i].p = DELETED;
138 if (h->t[i].p == DELETED)
150 if (h->t[i].p == DELETED) {
179 if (h->t[*pos].p != DELETED && h->t[*pos].p != NULL)
238 if (h->t[i].p == DELETED) {
248 h->t[i].p = DELETED;
285 if (h->t[i].p == DELETED) {
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Drtf_utf8.t33 $output =~ s/\\info.*?author \[see doc\]\}/VARIANT TEXT DELETED/s;
109 {VARIANT TEXT DELETED{\company [see doc]}{\operator [see doc]}

Completed in 127 milliseconds