Lines Matching defs:def
3772 int def; /* the type of default value */
3791 def = gen_int(n_def, 4);
3795 xmlSAX2AttributeDecl(ctx, (const xmlChar *)elem, (const xmlChar *)fullname, type, def, (const xmlChar *)defaultValue, tree);
3801 des_int(n_def, def, 4);
24353 xmlAttributeDefault def; /* the attribute default type */
24376 def = gen_xmlAttributeDefault(n_def, 6);
24380 ret_val = xmlAddAttributeDecl(ctxt, dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)ns, type, def, (const xmlChar *)defaultValue, tree);
24389 des_xmlAttributeDefault(n_def, def, 6);