Searched refs:CHKARGS (Results 1 – 1 of 1) sorted by relevance
40 #define CHKARGS struct roff_man *man, struct roff_node *n macro42 typedef void (*v_check)(CHKARGS);44 static void check_abort(CHKARGS) __dead;45 static void check_par(CHKARGS);46 static void check_part(CHKARGS);47 static void check_root(CHKARGS);48 static void check_text(CHKARGS);50 static void post_AT(CHKARGS);51 static void post_EE(CHKARGS);52 static void post_EX(CHKARGS);[all …]