Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dcgi.c110 static const char *const sec_names[] = { variable
123 static const int sec_MAX = sizeof(sec_names) / sizeof(char *);
472 printf(">%s</option>\n", sec_names[i]); in resp_searchform()