Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff.c144 #define ROFF_ARGS struct roff *r, /* parse ctx */ \ macro
152 typedef int (*roffproc)(ROFF_ARGS);
177 static int roff_als(ROFF_ARGS);
178 static int roff_block(ROFF_ARGS);
179 static int roff_block_text(ROFF_ARGS);
180 static int roff_block_sub(ROFF_ARGS);
181 static int roff_break(ROFF_ARGS);
182 static int roff_cblock(ROFF_ARGS);
183 static int roff_cc(ROFF_ARGS);
185 static int roff_char(ROFF_ARGS);
[all …]