Searched refs:man_descope (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | man.c | 77 man_descope(struct roff_man *man, int line, int offs, char *start) in man_descope() function 112 man_descope(man, line, offs, buf + offs); in man_ptext() 174 man_descope(man, line, offs, buf + offs); in man_ptext()
|
H A D | libman.h | 41 void man_descope(struct roff_man *, int, int, char *);
|
H A D | man_macro.c | 457 man_descope(man, line, ppos, NULL); in in_line_eoln()
|