Home
last modified time | relevance | path

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

/openbsd/usr.bin/ctfconv/
H A Ditype.h58 #define ITF_UNRES_MEMB 0x02 /* members need to be resolved */ macro
H A Dparse.c468 if (!(it->it_flags & (ITF_UNRES|ITF_UNRES_MEMB))) in cu_resolve()
484 if ((it->it_flags & ITF_UNRES_MEMB) && toresolve > 0) { in cu_resolve()
495 it->it_flags &= ~ITF_UNRES_MEMB; in cu_resolve()
498 if (it->it_flags & (ITF_UNRES|ITF_UNRES_MEMB)) { in cu_resolve()
1096 it->it_flags |= ITF_UNRES_MEMB; in subparse_member()
1181 it->it_flags |= ITF_UNRES_MEMB; in subparse_arguments()