version 1.61, 2010/07/13 23:53:20 |
version 1.63, 2010/11/30 13:04:14 |
|
|
#define MDOC_PPHRASE (1 << 5) /* within a partial phrase */ |
#define MDOC_PPHRASE (1 << 5) /* within a partial phrase */ |
#define MDOC_FREECOL (1 << 6) /* `It' invocation should close */ |
#define MDOC_FREECOL (1 << 6) /* `It' invocation should close */ |
#define MDOC_SYNOPSIS (1 << 7) /* SYNOPSIS-style formatting */ |
#define MDOC_SYNOPSIS (1 << 7) /* SYNOPSIS-style formatting */ |
int pflags; |
|
enum mdoc_next next; /* where to put the next node */ |
enum mdoc_next next; /* where to put the next node */ |
struct mdoc_node *last; /* the last node parsed */ |
struct mdoc_node *last; /* the last node parsed */ |
struct mdoc_node *first; /* the first node parsed */ |
struct mdoc_node *first; /* the first node parsed */ |
Line 129 const char *mdoc_a2vol(const char *); |
|
Line 128 const char *mdoc_a2vol(const char *); |
|
const char *mdoc_a2msec(const char *); |
const char *mdoc_a2msec(const char *); |
int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); |
int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); |
int mdoc_valid_post(struct mdoc *); |
int mdoc_valid_post(struct mdoc *); |
int mdoc_action_pre(struct mdoc *, |
|
struct mdoc_node *); |
|
int mdoc_action_post(struct mdoc *); |
|
enum margverr mdoc_argv(struct mdoc *, int, enum mdoct, |
enum margverr mdoc_argv(struct mdoc *, int, enum mdoct, |
struct mdoc_arg **, int *, char *); |
struct mdoc_arg **, int *, char *); |
void mdoc_argv_free(struct mdoc_arg *); |
void mdoc_argv_free(struct mdoc_arg *); |