Lines Matching defs:su
282 a2width(const struct man_node *n, struct roffsu *su)
287 if (a2roffsu(n->string, su, SCALE_EN))
359 struct roffsu su;
362 SCALE_VS_INIT(&su, 1);
366 if ( ! a2roffsu(n->string, &su, SCALE_VS))
367 su.scale = 1.0;
369 su.scale = 0.0;
372 bufcat_su(h, "height", &su);
536 struct roffsu su;
546 if (NULL == np || ! a2width(np, &su))
547 SCALE_HS_INIT(&su, INDENT);
552 bufcat_su(h, "margin-left", &su);
553 su.scale = -su.scale;
554 bufcat_su(h, "text-indent", &su);
638 struct roffsu su;
645 SCALE_HS_INIT(&su, INDENT);
647 a2width(n->head->child, &su);
650 bufcat_su(h, "margin-left", &su);