Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dman_validate.c38 #define CHKARGS struct man *man, struct man_node *n macro
40 typedef int (*v_check)(CHKARGS);
47 static int check_eq0(CHKARGS);
48 static int check_eq2(CHKARGS);
49 static int check_le1(CHKARGS);
50 static int check_ge2(CHKARGS);
51 static int check_le5(CHKARGS);
52 static int check_head1(CHKARGS);
53 static int check_par(CHKARGS);
54 static int check_part(CHKARGS);
[all …]