Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dman_html.c41 #define MAN_ARGS const struct man_meta *man, \ macro
52 int (*pre)(MAN_ARGS);
53 int (*post)(MAN_ARGS);
58 static void print_man(MAN_ARGS);
59 static void print_man_head(MAN_ARGS);
60 static void print_man_nodelist(MAN_ARGS);
61 static void print_man_node(MAN_ARGS);
64 static int man_B_pre(MAN_ARGS);
65 static int man_HP_pre(MAN_ARGS);
66 static int man_IP_pre(MAN_ARGS);
[all …]