Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_macro.c38 static void ctx_synopsis(MACRO_PROT_ARGS);
90 { ctx_synopsis, MDOC_CALLABLE | MDOC_PARSED }, /* Nm */
97 { ctx_synopsis, MDOC_CALLABLE | MDOC_PARSED }, /* Vt */
1426 ctx_synopsis(MACRO_PROT_ARGS) in ctx_synopsis() function