Searched refs:man_elem_alloc (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | libman.h | 73 int man_elem_alloc(struct man *, int, int, enum mant);
|
H A D | man.c | 257 man_elem_alloc(struct man *man, int line, int pos, enum mant tok) in man_elem_alloc() function 444 if ( ! man_elem_alloc(man, line, offs, MAN_sp)) in man_ptext()
|
H A D | man_macro.c | 422 if ( ! man_elem_alloc(man, line, ppos, tok)) in in_line_eoln()
|