OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:print_man
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/mdocml/dist/
tree.c
42
static void
print_man
(const struct roff_node *, int);
63
print_man
(man->first->child, 0);
207
print_man
(const struct roff_node *n, int indent)
function
283
print_man
(n->child, indent +
286
print_man
(n->next, indent);
Completed in 21 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026