Home
last modified time | relevance | path

Searched refs:tag_info (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp277 entry &tag_info(tag_type t) in tag_info() function
512 int tfm_type = tag_info(type_tag).value; in check_type()
530 f.seek(tag_info(design_units_per_em_tag).value); in check_units()
537 f.seek(tag_info(inches_per_point_tag).value); in check_units()
548 if (!tag_info(t).present) in require_tag()
558 if (!tag_info(font_name_tag).present) in output_font_name()
560 int count = tag_info(font_name_tag).count; in output_font_name()
564 f.seek(tag_info(font_name_tag).value); in output_font_name()
572 count, tag_info(font_name_tag).orig_value); in output_font_name()
587 printf("spacewidth %d\n", scale(tag_info(word_spacing_tag).value)); in output_spacewidth()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dtag.c59 struct tag_info struct
607 struct tag_info *ti; in check_fileproc()
680 p->data = ti = xmalloc (sizeof (struct tag_info)); in check_fileproc()
880 struct tag_info *ti; in tag_delproc()
883 ti = (struct tag_info *) p->data; in tag_delproc()
908 struct tag_info *taginfo = (struct tag_info *)p->data; in pretag_list_to_args_proc()
H A DChangeLog4841 (check_fileproc): Add proper tag_info struct as node data rather than a
4845 (tag_delproc): Handle new tag_info struct data members.
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c2985 AttrInfo tag_info[] = {{XCS("c"), XCS("3")}, {NULL, NULL}}; in START_TEST() local
2990 info[1].attributes = tag_info; in START_TEST()