From f69a0e4ccb063dbbbba0dcc2d5ac0331c5788bbd Mon Sep 17 00:00:00 2001 From: rkowen Date: Tue, 15 Nov 2005 03:43:35 +0000 Subject: [PATCH] Updated the cxref docs --- .cxref | 2 +- Makefile.am | 7 +- xref/ModuleCmd_Avail.c.html | 1674 ++-- xref/ModuleCmd_Avail.c.src.html | 2127 +++++ xref/ModuleCmd_Clear.c.html | 149 +- xref/ModuleCmd_Clear.c.src.html | 174 + xref/ModuleCmd_Display.c.html | 477 +- xref/ModuleCmd_Display.c.src.html | 220 + xref/ModuleCmd_Help.c.html | 231 +- xref/ModuleCmd_Help.c.src.html | 264 + xref/ModuleCmd_Init.c.html | 231 +- xref/ModuleCmd_Init.c.src.html | 546 ++ xref/ModuleCmd_List.c.html | 217 +- xref/ModuleCmd_List.c.src.html | 219 + xref/ModuleCmd_Load.c.html | 271 +- xref/ModuleCmd_Load.c.src.html | 308 + xref/ModuleCmd_Purge.c.html | 187 +- xref/ModuleCmd_Purge.c.src.html | 174 + xref/ModuleCmd_Switch.c.html | 231 +- xref/ModuleCmd_Switch.c.src.html | 333 + xref/ModuleCmd_Update.c.html | 183 +- xref/ModuleCmd_Update.c.src.html | 319 + xref/ModuleCmd_Use.c.html | 308 +- xref/ModuleCmd_Use.c.src.html | 362 + xref/ModuleCmd_Whatis.c.html | 608 +- xref/ModuleCmd_Whatis.c.src.html | 784 ++ xref/cmdAlias.c.html | 215 +- xref/cmdAlias.c.src.html | 198 + xref/cmdConflict.c.html | 431 +- xref/cmdConflict.c.src.html | 579 ++ xref/cmdInfo.c.html | 252 +- xref/cmdInfo.c.src.html | 429 + xref/cmdIsLoaded.c.html | 194 +- xref/cmdIsLoaded.c.src.html | 208 + xref/cmdLog.c.html | 268 +- xref/cmdLog.c.src.html | 253 + xref/cmdMisc.c.html | 186 +- xref/cmdMisc.c.src.html | 212 + xref/cmdModule.c.html | 2324 ++++-- xref/cmdModule.c.src.html | 885 ++ xref/cmdPath.c.html | 468 +- xref/cmdPath.c.src.html | 783 ++ xref/cmdSetenv.c.html | 425 +- xref/cmdSetenv.c.src.html | 423 + xref/cmdTrace.c.html | 783 +- xref/cmdTrace.c.src.html | 735 ++ xref/cmdUlvl.c.html | 288 +- xref/cmdUlvl.c.src.html | 235 + xref/cmdUname.c.html | 222 +- xref/cmdUname.c.src.html | 269 + xref/cmdVerbose.c.html | 187 +- xref/cmdVerbose.c.src.html | 177 + xref/cmdVersion.c.html | 1187 ++- xref/cmdVersion.c.src.html | 1293 +++ xref/cmdWhatis.c.html | 575 +- xref/cmdWhatis.c.src.html | 265 + xref/cmdXResource.c.html | 919 +- xref/cmdXResource.c.src.html | 994 +++ xref/config.h.html | 166 + xref/config.h.src.html | 411 + xref/cxref.apdx.html | 453 +- xref/cxref.function | 55 +- xref/cxref.html | 13 +- xref/cxref.include | 9 +- xref/cxref.typedef | 6 +- xref/cxref.variable | 441 +- xref/error.c.html | 2466 ++++-- xref/error.c.src.html | 1612 ++++ xref/getopt.c.html | 675 +- xref/getopt.c.src.html | 1418 ++++ xref/getopt.h.html | 144 + xref/getopt.h.src.html | 201 + xref/index.html | 4 +- xref/init.c.html | 872 +- xref/init.c.src.html | 885 ++ xref/locate_module.c.html | 867 +- xref/locate_module.c.src.html | 1234 +++ xref/main.c.html | 12530 ++++++++++++++++++++-------- xref/main.c.src.html | 803 ++ xref/modules_def.h.html | 1372 +++ xref/modules_def.h.src.html | 746 ++ xref/utility.c.html | 2803 +++++-- xref/utility.c.src.html | 2999 +++++++ xref/version.c.html | 348 +- xref/version.c.src.html | 28 + 85 files changed, 48837 insertions(+), 12192 deletions(-) create mode 100644 xref/ModuleCmd_Avail.c.src.html create mode 100644 xref/ModuleCmd_Clear.c.src.html create mode 100644 xref/ModuleCmd_Display.c.src.html create mode 100644 xref/ModuleCmd_Help.c.src.html create mode 100644 xref/ModuleCmd_Init.c.src.html create mode 100644 xref/ModuleCmd_List.c.src.html create mode 100644 xref/ModuleCmd_Load.c.src.html create mode 100644 xref/ModuleCmd_Purge.c.src.html create mode 100644 xref/ModuleCmd_Switch.c.src.html create mode 100644 xref/ModuleCmd_Update.c.src.html create mode 100644 xref/ModuleCmd_Use.c.src.html create mode 100644 xref/ModuleCmd_Whatis.c.src.html create mode 100644 xref/cmdAlias.c.src.html create mode 100644 xref/cmdConflict.c.src.html create mode 100644 xref/cmdInfo.c.src.html create mode 100644 xref/cmdIsLoaded.c.src.html create mode 100644 xref/cmdLog.c.src.html create mode 100644 xref/cmdMisc.c.src.html create mode 100644 xref/cmdModule.c.src.html create mode 100644 xref/cmdPath.c.src.html create mode 100644 xref/cmdSetenv.c.src.html create mode 100644 xref/cmdTrace.c.src.html create mode 100644 xref/cmdUlvl.c.src.html create mode 100644 xref/cmdUname.c.src.html create mode 100644 xref/cmdVerbose.c.src.html create mode 100644 xref/cmdVersion.c.src.html create mode 100644 xref/cmdWhatis.c.src.html create mode 100644 xref/cmdXResource.c.src.html create mode 100644 xref/config.h.html create mode 100644 xref/config.h.src.html create mode 100644 xref/error.c.src.html create mode 100644 xref/getopt.c.src.html create mode 100644 xref/getopt.h.html create mode 100644 xref/getopt.h.src.html create mode 100644 xref/init.c.src.html create mode 100644 xref/locate_module.c.src.html create mode 100644 xref/main.c.src.html create mode 100644 xref/modules_def.h.html create mode 100644 xref/modules_def.h.src.html create mode 100644 xref/utility.c.src.html create mode 100644 xref/version.c.src.html diff --git a/.cxref b/.cxref index d7fa3f7e..250b0186 100644 --- a/.cxref +++ b/.cxref @@ -2,5 +2,5 @@ -verbatim-comments -xref-all -index-all --html +-html-src -Oxref diff --git a/Makefile.am b/Makefile.am index 810ecfd4..a7238cf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ########################################################################### ## ## File: ./Makefile.am -## Versions: $Id: Makefile.am,v 1.12 2005/11/14 23:51:07 rkowen Exp $ +## Versions: $Id: Makefile.am,v 1.13 2005/11/15 03:43:35 rkowen Exp $ ## Created: 2002/06/14 ## ########################################################################### @@ -17,6 +17,7 @@ ACLOCAL_AMFLAGS= -I config man_MANS = doc/module.1 doc/modulefile.4 SUBDIRS = . init modulefiles @EXTDIR@ DIST_SUBDIRS = . init modulefiles etc ext +SOURCES_H = modules_def.h getopt.h config.h EXTRA_DIST = modules_def.h getopt.h testsuite \ init/filter init/bash.in init/sh.in init/zsh.in \ init/csh.in init/ksh.in init/perl.in init/python.in @@ -46,10 +47,10 @@ check-local: modulecmd ctags: CTAGS CTAGS: $(modulecmd_SOURCES) - ctags $(modulecmd_SOURCES) + ctags $(modulecmd_SOURCES) $(SOURCES_H) cxref: - cxref $(SRCS) + cxref $(modulecmd_SOURCES) $(SOURCES_H) @echo "===============================" @echo "You may need to run this twice!" @echo "===============================" diff --git a/xref/ModuleCmd_Avail.c.html b/xref/ModuleCmd_Avail.c.html index 707bfd5d..ebaa0e73 100644 --- a/xref/ModuleCmd_Avail.c.html +++ b/xref/ModuleCmd_Avail.c.html @@ -1,29 +1,30 @@ - + - - + + Cross reference for ModuleCmd_Avail.c of cxref. + -

File ModuleCmd_Avail.c

+

File ModuleCmd_Avail.c

  ** ** Module Header ******************************************************* **
  ** 									     **
  **   Modules Revision 3.0						     **
  **   Providing a flexible user environment				     **
  ** 									     **
- **   File:		ModuleCmd_Avail.c				     **
+ **   File:		Modulate_Avail.c				     **
  **   First Edition:	91/10/23					     **
  ** 									     **
  **   Authors:	John Furlan, jlf@behere.com				     **
@@ -47,324 +48,498 @@ CPP  : gcc -E -C -dD -dI
 
- +
References Variables: -IdModuleCmd_Avail.c +
References Variables: + Id + ModuleCmd_Avail.c +

Included Files

- -