Searched refs:man_word_alloc (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | libman.h | 63 void man_word_alloc(struct man *, int, int, const char *);
|
H A D | man_macro.c | 351 man_word_alloc(man, line, la, p); in blk_exp() 387 man_word_alloc(man, line, la, p); in blk_imp() 438 man_word_alloc(man, line, la, p); in in_line_eoln()
|
H A D | man.c | 274 man_word_alloc(struct man *man, int line, int pos, const char *word) in man_word_alloc() function 377 man_word_alloc(man, line, offs, buf + offs); in man_ptext() 421 man_word_alloc(man, line, offs, buf + offs); in man_ptext()
|