Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_macro.c47 static int ctx_synopsis(MACRO_PROT_ARGS);
105 { ctx_synopsis, MDOC_CALLABLE | MDOC_PARSED }, /* Nm */
112 { ctx_synopsis, MDOC_CALLABLE | MDOC_PARSED }, /* Vt */
1729 ctx_synopsis(MACRO_PROT_ARGS) in ctx_synopsis() function