Files
modules/xref/ModuleCmd_Whatis.c.html
2006-01-12 19:30:05 +00:00

576 lines
26 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- This HTML file generated by cxref (version 1.6a). -->
<!-- cxref program (c) Andrew M. Bishop 1995,96,97,98,99,2000,01,02,03,04,05. -->
<!--
Cxref: cxref -block-comments -verbatim-comments -xref-all -index-all -html-src -Oxref ModuleCmd_Whatis.c
CPP : cxref-cpp -lang-c -C -dD -dI
-->
<HTML>
<HEAD>
<TITLE>Cross reference for ModuleCmd_Whatis.c of cxref.</TITLE>
<LINK rel="stylesheet" href="cxref.css" type="text/css">
</HEAD>
<BODY>
<h1><a name="file" href="ModuleCmd_Whatis.c.src.html">File ModuleCmd_Whatis.c</a></h1>
<pre>
** ** Module Header ******************************************************* **
** **
** Modules Revision 3.0 **
** Providing a flexible user environment **
** **
** File: ModuleCmd_Whatis.c **
** First Edition: 1995/12/31 **
** **
** Authors: Jens Hamisch, jens@Strawberry.COM **
** **
** ModuleCmd_Apropos **
** **
** Notes: **
** **
** ************************************************************************ **
</pre>
<table>
<tr>
<td>References Variables:
<td><a href="ModuleCmd_Whatis.c.html#var-Id">Id</a>
<td><a href="ModuleCmd_Whatis.c.html#var-Id">ModuleCmd_Whatis.c</a>
</tr>
</table>
<hr>
<h2>Included Files</h2>
<ul class="cxref-include">
<li class="cxref-include-local"><tt><span class="cxref-include-local"><a href="modules_def.h.html#file">#include "modules_def.h"</a></span></tt>
<ul class="cxref-include">
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;stdio.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;stdarg.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;tcl.h&gt;</span></tt>
<li class="cxref-include-local"><tt><span class="cxref-include-local"><a href="config.h.html#file">#include "config.h"</a></span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;stdlib.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;string.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;unistd.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;sys/types.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;ctype.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;sys/stat.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;sys/termios.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;fcntl.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;sys/ioctl.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;dirent.h&gt;</span></tt>
<li class="cxref-include-system"><tt><span class="cxref-include-system">#include &lt;errno.h&gt;</span></tt>
</ul>
</ul>
<hr>
<h2>Preprocessor definitions</h2>
<tt><span class="cxref-define"><a href="ModuleCmd_Whatis.c.src.html#line51">#define WHATIS_SOME</a> 0</span></tt><br>
<p>
<tt><span class="cxref-define"><a href="ModuleCmd_Whatis.c.src.html#line52">#define WHATIS_ALL</a> 1</span></tt><br>
<hr>
<h2>Local Variables</h2>
<b><a name="var-Id">Id</a></b><br>
<tt><span class="cxref-variable"><a href="ModuleCmd_Whatis.c.src.html#line26">static char Id[]</a></span></tt><br>
<table>
<tr>
<td>Used in:
<td>&nbsp; <td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#file">ModuleCmd_Whatis.c</a></span>
</tr>
</table>
<p>
<b><a name="var-UseId">UseId</a></b><br>
<tt><span class="cxref-variable"><a href="ModuleCmd_Whatis.c.src.html#line27">static void* UseId[]</a></span></tt><br>
<p>
<b><a name="var-module_name">module_name</a></b><br>
<tt><span class="cxref-variable"><a href="ModuleCmd_Whatis.c.src.html#line58">static char module_name[]</a></span></tt><br>
<table>
<tr>
<td>Used in:
<td><a href="#func-ModuleCmd_Apropos">ModuleCmd_Apropos()</a>
<td>&nbsp;
</tr>
<tr>
<td>&nbsp;
<td><a href="#func-ModuleCmd_Whatis">ModuleCmd_Whatis()</a>
<td>&nbsp;
</tr>
<tr>
<td>&nbsp;
<td><a href="#func-whatis_dir">whatis_dir()</a>
<td>&nbsp;
</tr>
</table>
<p>
<b><a name="var-cache_name">cache_name</a></b><br>
<tt><span class="cxref-variable"><a href="ModuleCmd_Whatis.c.src.html#line70">static char cache_name[]</a></span></tt><br>
<table>
<tr>
<td>Used in:
<td><a href="#func-apropos_cache">apropos_cache()</a>
<td>&nbsp;
</tr>
</table>
<hr>
<h2><a name="func-ModuleCmd_Apropos">Global Function ModuleCmd_Apropos()</a></h2>
<pre>
** ** Function-Header ***************************************************** **
** **
** Function: ModuleCmd_Apropos **
** **
** Description: Scan the whatis database in order to find something **
** matching the passed strings **
** **
** First Edition: 1995/12/31 **
** **
** Parameters: Tcl_Interp *interp Attached Tcl Interp. **
** int argc Number of arguments **
** char *argv[] Argument list **
** **
** Result: int TCL_ERROR Failure **
** TCL_OK Successfull operation **
** **
** Attached Globals: **
** **
** ************************************************************************ **
</pre>
<tt><span class="cxref-function"><a href="ModuleCmd_Whatis.c.src.html#line321">int ModuleCmd_Apropos ( Tcl_Interp* interp, int argc, char* argv[] )</a></span></tt><br>
<table>
<tr>
<td>Prototyped in:
<td colspan=2><span class="cxref-reference-local"><a href="modules_def.h.html#file">modules_def.h</a></span>
</tr>
<tr>
<td>Calls:
<td><span class="cxref-reference-local"><a href="error.c.html#func-Module_Error">Module_Error()</a></span>
<td><span class="cxref-reference-local"><a href="error.c.html#func-Module_Error">error.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-apropos_cache">apropos_cache()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-apropos_cache">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-check_dir">check_dir()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-check_dir">ModuleCmd_Avail.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="utility.c.html#func-null_free">null_free()</a></span>
<td><span class="cxref-reference-local"><a href="utility.c.html#func-null_free">utility.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-read_cache">read_cache()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-read_cache">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-whatis_dir">whatis_dir()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-whatis_dir">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="utility.c.html#func-xgetenv">xgetenv()</a></span>
<td><span class="cxref-reference-local"><a href="utility.c.html#func-xgetenv">utility.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td colspan=2><span class="cxref-reference-system">fclose(), fopen(), stat(), strtok(), tolower()</span>
</tr>
<tr>
<td>Called by:
<td><span class="cxref-reference-local"><a href="cmdModule.c.html#func-cmdModule">cmdModule()</a></span>
<td><span class="cxref-reference-local"><a href="cmdModule.c.html#func-cmdModule">cmdModule.c</a></span>
</tr>
<tr>
<td>References Variables:
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#var-module_name">module_name</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#var-module_name">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_create">sw_create</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_create">main.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_icase">sw_icase</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_icase">main.c</a></span>
</tr>
</table>
<hr>
<h2><a name="func-ModuleCmd_Whatis">Global Function ModuleCmd_Whatis()</a></h2>
<pre>
** ** Function-Header ***************************************************** **
** **
** Function: ModuleCmd_Whatis **
** **
** Description: Display the passed modules 'whatis' information **
** **
** First Edition: 1995/12/31 **
** **
** Parameters: Tcl_Interp *interp Attached Tcl Interp. **
** int argc Number of arguments **
** char *argv[] Argument list **
** **
** Result: int TCL_ERROR Failure **
** TCL_OK Successfull operation **
** **
** Attached Globals: g_flags These are set up accordingly before **
** this function is called in order to **
** control everything **
** g_current_module The module which is handled **
** by the current command **
** **
** ************************************************************************ **
</pre>
<tt><span class="cxref-function"><a href="ModuleCmd_Whatis.c.src.html#line105">int ModuleCmd_Whatis ( Tcl_Interp* interp, int argc, char* argv[] )</a></span></tt><br>
<table>
<tr>
<td>Prototyped in:
<td colspan=2><span class="cxref-reference-local"><a href="modules_def.h.html#file">modules_def.h</a></span>
</tr>
<tr>
<td>Calls:
<td><span class="cxref-reference-local"><a href="cmdModule.c.html#func-CallModuleProcedure">CallModuleProcedure()</a></span>
<td><span class="cxref-reference-local"><a href="cmdModule.c.html#func-CallModuleProcedure">cmdModule.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="init.c.html#func-InitializeModuleCommands">InitializeModuleCommands()</a></span>
<td><span class="cxref-reference-local"><a href="init.c.html#func-InitializeModuleCommands">init.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="locate_module.c.html#func-Locate_ModuleFile">Locate_ModuleFile()</a></span>
<td><span class="cxref-reference-local"><a href="locate_module.c.html#func-Locate_ModuleFile">locate_module.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="error.c.html#func-Module_Error">Module_Error()</a></span>
<td><span class="cxref-reference-local"><a href="error.c.html#func-Module_Error">error.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-apropos_cache">apropos_cache()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-apropos_cache">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-check_dir">check_dir()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-check_dir">ModuleCmd_Avail.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#func-cmdModuleWhatisInit">cmdModuleWhatisInit()</a></span>
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#func-cmdModuleWhatisInit">cmdWhatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#func-cmdModuleWhatisShut">cmdModuleWhatisShut()</a></span>
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#func-cmdModuleWhatisShut">cmdWhatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="utility.c.html#func-null_free">null_free()</a></span>
<td><span class="cxref-reference-local"><a href="utility.c.html#func-null_free">utility.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-read_cache">read_cache()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-read_cache">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-whatis_dir">whatis_dir()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-whatis_dir">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="utility.c.html#func-xgetenv">xgetenv()</a></span>
<td><span class="cxref-reference-local"><a href="utility.c.html#func-xgetenv">utility.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td colspan=2><span class="cxref-reference-system">Tcl_CreateInterp(), Tcl_DStringFree(), Tcl_DStringInit(), Tcl_DeleteInterp(), fclose(), fopen(), fprintf(), stat(), strtok()</span>
</tr>
<tr>
<td>Called by:
<td><span class="cxref-reference-local"><a href="cmdModule.c.html#func-cmdModule">cmdModule()</a></span>
<td><span class="cxref-reference-local"><a href="cmdModule.c.html#func-cmdModule">cmdModule.c</a></span>
</tr>
<tr>
<td>References Variables:
<td><span class="cxref-reference-local"><a href="main.c.html#var-g_current_module">g_current_module</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-g_current_module">main.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="main.c.html#var-g_flags">g_flags</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-g_flags">main.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#var-module_name">module_name</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#var-module_name">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_create">sw_create</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_create">main.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#var-whatis">whatis</a></span>
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#var-whatis">cmdWhatis.c</a></span>
</tr>
</table>
<hr>
<h2><a name="func-apropos_cache">Local Function apropos_cache()</a></h2>
<pre>
** ** Function-Header ***************************************************** **
** **
** Function: apropos_cache **
** **
** Description: Figure out, what's the name of the apropos cache file**
** **
** First Edition: 1991/10/23 **
** **
** Parameters: - **
** **
** Result: char* NULL No cache file configured **
** Otherwise Pointer to the file name **
** **
** Attached Globals: - **
** **
** ************************************************************************ **
</pre>
<tt><span class="cxref-function"><a href="ModuleCmd_Whatis.c.src.html#line697">static char* apropos_cache ( void )</a></span></tt><br>
<table>
<tr>
<td>Prototyped in:
<td colspan=2><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#file">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>Calls:
<td><span class="cxref-reference-local"><a href="utility.c.html#func-stringer">stringer()</a></span>
<td><span class="cxref-reference-local"><a href="utility.c.html#func-stringer">utility.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td colspan=2><span class="cxref-reference-system">getenv(), strrchr()</span>
</tr>
<tr>
<td>Called by:
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Apropos">ModuleCmd_Apropos()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Apropos">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Whatis">ModuleCmd_Whatis()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Whatis">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>References Variables:
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#var-cache_name">cache_name</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#var-cache_name">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="main.c.html#var-instpath">instpath</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-instpath">main.c</a></span>
</tr>
</table>
<hr>
<h2><a name="func-read_cache">Local Function read_cache()</a></h2>
<pre>
** ** Function-Header ***************************************************** **
** **
** Function: read_cache **
** **
** Description: Grep in the cache file for the passed tokens **
** **
** First Edition: 1991/10/23 **
** **
** Parameters: int argc Number of tokens **
** char **argv List of tokens to check **
** FILE *cfp Cache file pointer **
** **
** Result: int TCL_OK Successfull operation **
** **
** Attached Globals: - **
** **
** ************************************************************************ **
</pre>
<tt><span class="cxref-function"><a href="ModuleCmd_Whatis.c.src.html#line628">static int read_cache ( int argc, char** argv, FILE* cfp, int whatis_list )</a></span></tt><br>
<table>
<tr>
<td>Prototyped in:
<td colspan=2><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#file">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>Calls:
<td colspan=2><span class="cxref-reference-system">fgets(), fprintf(), strchr(), strncpy(), strstr(), tolower()</span>
</tr>
<tr>
<td>Called by:
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Apropos">ModuleCmd_Apropos()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Apropos">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Whatis">ModuleCmd_Whatis()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Whatis">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>References Variables:
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_icase">sw_icase</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_icase">main.c</a></span>
</tr>
</table>
<hr>
<h2><a name="func-whatis_dir">Local Function whatis_dir()</a></h2>
<pre>
** ** Function-Header ***************************************************** **
** **
** Function: whatis_dir **
** **
** Description: Print all files beyond the passed directory **
** **
** First Edition: 1991/10/23 **
** **
** Parameters: char *dir Directory to be scanned **
** int argc Number of tokens **
** char **argv List of tokens to check **
** FILE *cfp Cache file pointer **
** **
** Result: int TCL_OK Successfull operation **
** **
** Attached Globals: g_flags These are set up accordingly before **
** this function is called in order to **
** control everything **
** g_current_module The module which is handled **
** by the current command **
** **
** ************************************************************************ **
</pre>
<tt><span class="cxref-function"><a href="ModuleCmd_Whatis.c.src.html#line461">static int whatis_dir ( char* dir, int argc, char** argv, FILE* cfp, int whatis_list )</a></span></tt><br>
<table>
<tr>
<td>Prototyped in:
<td colspan=2><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#file">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>Calls:
<td><span class="cxref-reference-local"><a href="cmdModule.c.html#func-CallModuleProcedure">CallModuleProcedure()</a></span>
<td><span class="cxref-reference-local"><a href="cmdModule.c.html#func-CallModuleProcedure">cmdModule.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="init.c.html#func-InitializeModuleCommands">InitializeModuleCommands()</a></span>
<td><span class="cxref-reference-local"><a href="init.c.html#func-InitializeModuleCommands">init.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="error.c.html#func-Module_Error">Module_Error()</a></span>
<td><span class="cxref-reference-local"><a href="error.c.html#func-Module_Error">error.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#func-cmdModuleWhatisInit">cmdModuleWhatisInit()</a></span>
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#func-cmdModuleWhatisInit">cmdWhatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#func-cmdModuleWhatisShut">cmdModuleWhatisShut()</a></span>
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#func-cmdModuleWhatisShut">cmdWhatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-delete_cache_list">delete_cache_list()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-delete_cache_list">ModuleCmd_Avail.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-delete_dirlst">delete_dirlst()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-delete_dirlst">ModuleCmd_Avail.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-dirlst_to_list">dirlst_to_list()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-dirlst_to_list">ModuleCmd_Avail.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-get_dir">get_dir()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Avail.c.html#func-get_dir">ModuleCmd_Avail.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="utility.c.html#func-stringer">stringer()</a></span>
<td><span class="cxref-reference-local"><a href="utility.c.html#func-stringer">utility.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td colspan=2><span class="cxref-reference-system">Tcl_CreateInterp(), Tcl_DStringInit(), Tcl_DeleteInterp(), fprintf(), malloc(), stat(), strncpy(), strstr(), tolower()</span>
</tr>
<tr>
<td>Called by:
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Apropos">ModuleCmd_Apropos()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Apropos">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Whatis">ModuleCmd_Whatis()</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#func-ModuleCmd_Whatis">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>References Variables:
<td><span class="cxref-reference-local"><a href="main.c.html#var-g_current_module">g_current_module</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-g_current_module">main.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="main.c.html#var-g_flags">g_flags</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-g_flags">main.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#var-module_name">module_name</a></span>
<td><span class="cxref-reference-local"><a href="ModuleCmd_Whatis.c.html#var-module_name">ModuleCmd_Whatis.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_icase">sw_icase</a></span>
<td><span class="cxref-reference-local"><a href="main.c.html#var-sw_icase">main.c</a></span>
</tr>
<tr>
<td>&nbsp;
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#var-whatis">whatis</a></span>
<td><span class="cxref-reference-local"><a href="cmdWhatis.c.html#var-whatis">cmdWhatis.c</a></span>
</tr>
</table>
</BODY>
</HTML>