Home
last modified time | relevance | path

Searched defs:man (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dman.c44 man_parseln(struct roff_man *man, int ln, char *buf, int offs) in man_parseln()
74 man_descope(struct roff_man *man, int line, int offs, char *start) in man_descope()
101 man_ptext(struct roff_man *man, int line, char *buf, int offs) in man_ptext()
177 man_pmacro(struct roff_man *man, int ln, char *buf, int offs) in man_pmacro()
278 man_breakscope(struct roff_man *man, int tok) in man_breakscope()
H A Dman_macro.c93 man_unscope(struct roff_man *man, const struct roff_node *to) in man_unscope()
160 rew_scope(struct roff_man *man, enum roff_tok tok) in rew_scope()
451 man_endparse(struct roff_man *man) in man_endparse()
457 man_args(struct roff_man *man, int line, int *pos, char *buf, char **v) in man_args()
H A Dman_html.c114 html_man(void *arg, const struct roff_meta *man) in html_man()
143 print_man_head(const struct roff_meta *man, struct html *h) in print_man_head()
264 man_root_pre(const struct roff_meta *man, struct html *h) in man_root_pre()
292 man_root_post(const struct roff_meta *man, struct html *h) in man_root_post()
H A Droff.c111 struct roff_man *man; /* mdoc or man parser */ member
818 roff_man_free1(struct roff_man *man) in roff_man_free1()
833 roff_state_reset(struct roff_man *man) in roff_state_reset()
844 roff_man_alloc1(struct roff_man *man) in roff_man_alloc1()
854 roff_man_reset(struct roff_man *man) in roff_man_reset()
861 roff_man_free(struct roff_man *man) in roff_man_free()
870 struct roff_man *man; in roff_man_alloc() local
884 roff_node_alloc(struct roff_man *man, int line, int pos, in roff_node_alloc()
912 roff_node_append(struct roff_man *man, struct roff_node *n) in roff_node_append()
978 roff_word_append(struct roff_man *man, const char *word) in roff_word_append()
[all …]
H A Dtag.c263 tag_move_href(struct roff_man *man, struct roff_node *n, const char *tag) in tag_move_href()
297 tag_postprocess(struct roff_man *man, struct roff_node *n) in tag_postprocess()
H A Droff_validate.c57 roff_validate(struct roff_man *man) in roff_validate()
H A Dtree.c57 tree_man(void *arg, const struct roff_meta *man) in tree_man()
H A Dmanconf.h33 char *man; member
H A Dman_validate.c109 man_validate(struct roff_man *man) in man_validate()
H A Dread.c56 struct roff_man *man; /* man parser */ member
H A Dman_term.c150 terminal_man(void *arg, const struct roff_meta *man) in terminal_man()
H A Dhtml.c592 print_href(struct html *h, const char *name, const char *sec, int man) in print_href()
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c82 isonlist(char *listname, const char *man, const char *prod) in isonlist()