Searched refs:MAN_ARGS (Results 1 – 1 of 1) sorted by relevance
41 #define MAN_ARGS const struct man_meta *man, \ macro52 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 …]