Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_man.c31 #define DECL_ARGS const struct mdoc_meta *meta, \ macro
35 int (*cond)(DECL_ARGS); /* DON'T run actions */
36 int (*pre)(DECL_ARGS); /* pre-node action */
37 void (*post)(DECL_ARGS); /* post-node action */
42 static int cond_body(DECL_ARGS);
43 static int cond_head(DECL_ARGS);
47 static void post__t(DECL_ARGS);
48 static void post_bd(DECL_ARGS);
49 static void post_bf(DECL_ARGS);
50 static void post_bk(DECL_ARGS);
[all …]
H A Dmdoc_term.c43 #define DECL_ARGS struct termp *p, \ macro
49 int (*pre)(DECL_ARGS);
50 void (*post)(DECL_ARGS);
60 static void print_mdoc_node(DECL_ARGS);
61 static void print_mdoc_nodelist(DECL_ARGS);
67 static void termp____post(DECL_ARGS);
68 static void termp__t_post(DECL_ARGS);
69 static void termp_an_post(DECL_ARGS);
70 static void termp_bd_post(DECL_ARGS);
71 static void termp_bk_post(DECL_ARGS);
[all …]
H A Dman_term.c48 #define DECL_ARGS struct termp *p, \ macro
54 int (*pre)(DECL_ARGS);
55 void (*post)(DECL_ARGS);
63 static void print_man_nodelist(DECL_ARGS);
64 static void print_man_node(DECL_ARGS);
70 static int pre_B(DECL_ARGS);
71 static int pre_HP(DECL_ARGS);
72 static int pre_I(DECL_ARGS);
73 static int pre_IP(DECL_ARGS);
74 static int pre_OP(DECL_ARGS);
[all …]