Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_man.c67 static void post_sect(DECL_ARGS);
119 { NULL, pre_sect, post_sect, ".SH", NULL }, /* Sh */
120 { NULL, pre_sect, post_sect, ".SS", NULL }, /* Ss */
730 post_sect(DECL_ARGS) in post_sect() function