Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dman.h94 #define MAN_LINE (1 << 3) /* first macro/text on line */ macro
H A Dman.c250 p->flags |= MAN_LINE; in man_node_alloc()
H A Dman_html.c229 if (' ' == *n->string && MAN_LINE & n->flags) in print_man_node()
H A Dman_term.c994 } else if (' ' == *n->string && MAN_LINE & n->flags) in print_man_node()