HomeSort by: relevance | last modified time | path
    Searched defs:tag_info (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
tag.c 59 struct tag_info struct
607 struct tag_info *ti;
680 p->data = ti = xmalloc (sizeof (struct tag_info));
880 struct tag_info *ti;
883 ti = (struct tag_info *) p->data;
897 * p->data = struct tag_info *
908 struct tag_info *taginfo = (struct tag_info *)p->data;
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 277 entry &tag_info(tag_type t) function
512 int tfm_type = tag_info(type_tag).value;
530 f.seek(tag_info(design_units_per_em_tag).value);
537 f.seek(tag_info(inches_per_point_tag).value);
548 if (!tag_info(t).present)
558 if (!tag_info(font_name_tag).present)
560 int count = tag_info(font_name_tag).count;
564 f.seek(tag_info(font_name_tag).value);
572 count, tag_info(font_name_tag).orig_value);
587 printf("spacewidth %d\n", scale(tag_info(word_spacing_tag).value))
    [all...]
  /src/external/mit/expat/dist/tests/
basic_tests.c 2491 AttrInfo tag_info[] = {{XCS("c"), XCS("3")}, {NULL, NULL}}; local
2493 {XCS("tag"), 1, 0, NULL, tag_info},
2679 AttrInfo tag_info[] = {{XCS("attribute"), XCS("expected_tag")}, {NULL, NULL}}; local
2681 {XCS("tag"), 0, 1, NULL, tag_info},
2721 AttrInfo tag_info[] = {{XCS("attribute"), XCS("expected_tag")}, {NULL, NULL}}; local
2723 {XCS("tag"), 0, 1, NULL, tag_info},
2761 AttrInfo tag_info[] local
2764 {XCS("tag"), 0, 1, NULL, tag_info},
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 20077 const oav2_known_tag_t *tag_info,
20080 printf (" %s: ", tag_info->name);
20100 const oav2_known_tag_t *tag_info = NULL;
20102 tag_info = oav2_identify_tag (subsec_info, tag);
20104 if (tag_info != NULL)
20105 return display_arch_attr (cursor, end, tag_info, value_encoding);
20097 const oav2_known_tag_t *tag_info = NULL; local

Completed in 84 milliseconds