Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c1994 static int *multitable_column_widths; variable
2008 multitable_column_widths = xmalloc (sizeof (int) * ncolumns); in xml_begin_multitable()
2009 memcpy (multitable_column_widths, column_widths, in xml_begin_multitable()
2038 "colwidth=\"%d*\"", multitable_column_widths[i]); in xml_begin_multitable_group()