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

/freebsd-11-stable/contrib/mdocml/
H A Dman_html.c40 #define MAN_ARGS const struct roff_meta *man, \ macro
45 int (*pre)(MAN_ARGS);
46 int (*post)(MAN_ARGS);
51 static void print_man_head(MAN_ARGS);
52 static void print_man_nodelist(MAN_ARGS);
53 static void print_man_node(MAN_ARGS);
57 static int man_B_pre(MAN_ARGS);
58 static int man_HP_pre(MAN_ARGS);
59 static int man_IP_pre(MAN_ARGS);
60 static int man_I_pre(MAN_ARGS);
[all...]

Completed in 185 milliseconds