Lines Matching refs:tag

154 	struct tag	*t, *tt;
155 struct htmlpair tag;
157 PAIR_CLASS_INIT(&tag, "mandoc");
166 print_otag(h, TAG_DIV, 1, &tag);
168 t = print_otag(h, TAG_DIV, 1, &tag);
203 struct tag *t;
302 struct htmlpair tag[3];
303 struct tag *t, *tt;
314 PAIR_SUMMARY_INIT(&tag[0], "Document Header");
315 PAIR_CLASS_INIT(&tag[1], "head");
316 PAIR_INIT(&tag[2], ATTR_WIDTH, "100%");
317 t = print_otag(h, TAG_TABLE, 3, tag);
318 PAIR_INIT(&tag[0], ATTR_WIDTH, "30%");
319 print_otag(h, TAG_COL, 1, tag);
320 print_otag(h, TAG_COL, 1, tag);
321 print_otag(h, TAG_COL, 1, tag);
327 PAIR_CLASS_INIT(&tag[0], "head-ltitle");
328 print_otag(h, TAG_TD, 1, tag);
332 PAIR_CLASS_INIT(&tag[0], "head-vol");
333 PAIR_INIT(&tag[1], ATTR_ALIGN, "center");
334 print_otag(h, TAG_TD, 2, tag);
338 PAIR_CLASS_INIT(&tag[0], "head-rtitle");
339 PAIR_INIT(&tag[1], ATTR_ALIGN, "right");
340 print_otag(h, TAG_TD, 2, tag);
350 struct htmlpair tag[3];
351 struct tag *t, *tt;
353 PAIR_SUMMARY_INIT(&tag[0], "Document Footer");
354 PAIR_CLASS_INIT(&tag[1], "foot");
355 PAIR_INIT(&tag[2], ATTR_WIDTH, "100%");
356 t = print_otag(h, TAG_TABLE, 3, tag);
357 PAIR_INIT(&tag[0], ATTR_WIDTH, "50%");
358 print_otag(h, TAG_COL, 1, tag);
359 print_otag(h, TAG_COL, 1, tag);
363 PAIR_CLASS_INIT(&tag[0], "foot-date");
364 print_otag(h, TAG_TD, 1, tag);
370 PAIR_CLASS_INIT(&tag[0], "foot-os");
371 PAIR_INIT(&tag[1], ATTR_ALIGN, "right");
372 print_otag(h, TAG_TD, 2, tag);
385 struct htmlpair tag;
398 PAIR_STYLE_INIT(&tag, h);
399 print_otag(h, TAG_DIV, 1, &tag);
411 struct htmlpair tag;
415 PAIR_CLASS_INIT(&tag, "section");
416 print_otag(h, TAG_DIV, 1, &tag);
432 struct tag *t;
498 struct htmlpair tag;
502 PAIR_CLASS_INIT(&tag, "subsection");
503 print_otag(h, TAG_DIV, 1, &tag);
562 struct htmlpair tag;
582 PAIR_STYLE_INIT(&tag, h);
583 print_otag(h, TAG_P, 1, &tag);
591 struct tag *tt;
592 struct htmlpair tag;
596 PAIR_CLASS_INIT(&tag, "opt");
597 tt = print_otag(h, TAG_SPAN, 1, &tag);
671 struct htmlpair tag;
685 PAIR_STYLE_INIT(&tag, h);
686 print_otag(h, TAG_DIV, 1, &tag);