Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_term.c170 a2roffsu(n->child->string, &su, SCALE_EM) != NULL) { in roff_term_pre_po()
195 if (a2roffsu(n->child->string, &su, SCALE_VS) == NULL) in roff_term_pre_sp()
240 if (a2roffsu(cp, &su, SCALE_EM) == NULL) in roff_term_pre_ti()
H A Dterm_tab.c56 a2roffsu(".8i", &su, SCALE_IN); in term_tab_set()
73 if (a2roffsu(arg, &su, SCALE_EM) == NULL) in term_tab_set()
H A Dout.h68 const char *a2roffsu(const char *, struct roffsu *, enum roffscale);
H A Dman_term.c279 if (a2roffsu(n->string, &su, SCALE_VS) != NULL) in pre_PD()
384 if (a2roffsu(++cp, &su, SCALE_EN) == NULL) in pre_in()
440 a2roffsu(nn->string, &su, SCALE_EN) != NULL) { in pre_HP()
529 a2roffsu(nn->string, &su, SCALE_EN) != NULL) { in pre_IP()
604 a2roffsu(nn->string, &su, SCALE_EN) != NULL) { in pre_TP()
777 else if (a2roffsu(n->child->string, &su, SCALE_EN) != NULL) in pre_RS()
H A Dout.c60 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) in a2roffsu() function
165 a2roffsu(dp->layout->wstr, &su, SCALE_EN) in tblcalc()
H A Dterm.c635 if (a2roffsu(seq, &su, SCALE_EM) == NULL) in term_word()
656 if ((cp = a2roffsu(seq, &su, SCALE_EM)) == NULL) in term_word()
889 if (a2roffsu(wstr, &su, SCALE_MAX) != NULL) in term_setwidth()
H A Dmdoc_man.c507 end = a2roffsu(v, &su, SCALE_EN); in print_offs()
556 end = a2roffsu(bl->width, &su, SCALE_MAX); in print_width()
H A Dmdoc_term.c567 end = a2roffsu(v, &su, SCALE_MAX); in a2width()