OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectionname
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/man/
man.c
91
char *
sectionname
; /* -s: limit search to a given man section */
member in struct:manstate
105
TAG *section; /* <sec>: tag for m.
sectionname
*/
190
if (m.
sectionname
!= NULL)
192
m.
sectionname
= optarg;
239
if (m.
sectionname
) {
241
m.section = gettag(m.
sectionname
, 0); /* -s must be a section */
243
errx(EXIT_FAILURE, "unknown section: %s", m.
sectionname
);
man.c
91
char *
sectionname
; /* -s: limit search to a given man section */
member in struct:manstate
105
TAG *section; /* <sec>: tag for m.
sectionname
*/
190
if (m.
sectionname
!= NULL)
192
m.
sectionname
= optarg;
239
if (m.
sectionname
) {
241
m.section = gettag(m.
sectionname
, 0); /* -s must be a section */
243
errx(EXIT_FAILURE, "unknown section: %s", m.
sectionname
);
Completed in 60 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025