Home
last modified time | relevance | path

Searched refs:man_head_alloc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dlibman.h66 void man_head_alloc(struct man *, int, int, enum mant);
H A Dman_macro.c346 man_head_alloc(man, line, ppos, tok); in blk_exp()
378 man_head_alloc(man, line, ppos, tok); in blk_imp()
H A Dman.c244 man_head_alloc(struct man *man, int line, int pos, enum mant tok) in man_head_alloc() function