Lines Matching defs:ident
525 char *ident = yypcb->pcb_dstack.ds_ident;
527 const char *idname = ident ? ident : "(anon)";
542 if (dnp == NULL && ident == NULL)
553 if (ident != NULL && strchr(ident, '`') != NULL) {
555 "in a member name (%s)\n", ident);
561 "cannot have dynamic member: %s\n", ident);
572 n, sizeof (n)), ident);
576 xyerror(D_DECL_VOIDOBJ, "cannot have void member: %s\n", ident);
593 if (ident == NULL && dnp->dn_kind == DT_NODE_INT &&
655 ident, dtt.dtt_type) == CTF_ERR) {
661 free(ident);
806 * din_list and din_root so it persists with and is freed by the ident.