Searched refs:manacts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c124 static const struct manact manacts[MDOC_MAX + 1] = { variable in typeref:struct:manact
611 act = manacts + n->tok;
662 prefix = manacts[n->tok].prefix;
675 suffix = manacts[n->tok].suffix;
728 if (pre_em == manacts[n->tok].pre)
778 print_block(manacts[n->tok].prefix, 0);
1797 print_word(manacts[n->tok].prefix);

Completed in 67 milliseconds