Searched refs:mandirs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshman.sh176 compound -a mandirs
180 enumerate_mandirs mandirs
181 # debug_print -- "${mandirs[@]}"
183 integer num_mandirs=${#mandirs[@]}
186 typeset mandir="${mandirs[i].dir}"
189 enumerate_mansects mansects "mandirs[$i]"
238 compound -a mandirs
240 enumerate_mandirs mandirs
241 #debug_print -- "${mandirs[@]}"
243 integer num_mandirs=${#mandirs[
[all...]
/illumos-gate/usr/src/ucbcmd/whereis/
H A Dwhereis.c43 static char *mandirs[] = { variable
293 find(mandirs, cp);
/illumos-gate/usr/src/cmd/man/
H A Dman.c217 static struct man_node *mandirs = NULL; local
336 mandirs = build_manpath(pathv, bmp_flags);
338 fullpaths(&mandirs);
341 do_makewhatis(mandirs);
346 print_manpath(mandirs);
394 mp = mandirs;
402 if (mp != NULL && mp != mandirs) {
646 * Count mandirs under the given manpath

Completed in 53 milliseconds