Searched refs:is_terminal (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c109 int is_terminal; member in struct:completer_entry
1841 if (ent->is_terminal)
2245 || ent1->is_terminal != ent2->is_terminal
2382 if (ent->is_terminal)
2390 while (p != NULL && ! p->is_terminal)
2590 nent->is_terminal = 0;
2602 if ((*ptr)->is_terminal)
2605 (*ptr)->is_terminal = 1;
2640 ent->is_terminal
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dlocalzone.c2003 is_terminal(struct local_data* d) function
2021 while(d && d->rrsets == NULL && is_terminal(d)) {

Completed in 197 milliseconds