Lines Matching defs:su
277 a2width(const struct roff_node *n, struct roffsu *su)
282 if (a2roffsu(n->string, su, SCALE_EN))
354 struct roffsu su;
357 SCALE_VS_INIT(&su, 1);
361 if ( ! a2roffsu(n->string, &su, SCALE_VS))
362 su.scale = 1.0;
364 su.scale = 0.0;
367 bufcat_su(h, "height", &su);
530 struct roffsu su;
540 if (NULL == np || ! a2width(np, &su))
541 SCALE_HS_INIT(&su, INDENT);
546 bufcat_su(h, "margin-left", &su);
547 su.scale = -su.scale;
548 bufcat_su(h, "text-indent", &su);
632 struct roffsu su;
639 SCALE_HS_INIT(&su, INDENT);
641 a2width(n->head->child, &su);
644 bufcat_su(h, "margin-left", &su);