Searched refs:MAN_ARGS (Results 1 – 1 of 1) sorted by relevance
36 #define MAN_ARGS const struct roff_meta *man, \ macro41 int (*pre)(MAN_ARGS);42 int (*post)(MAN_ARGS);47 static void print_man_nodelist(MAN_ARGS);48 static void print_man_node(MAN_ARGS);51 static int man_B_pre(MAN_ARGS);52 static int man_IP_pre(MAN_ARGS);53 static int man_I_pre(MAN_ARGS);54 static int man_MR_pre(MAN_ARGS);55 static int man_OP_pre(MAN_ARGS);[all …]