#include "nsd.h"Functions | |
| int | NsTclConfigCmd (ClientData dummy, Tcl_Interp *interp, int argc, char **argv) |
| int | NsTclConfigSectionCmd (ClientData dummy, Tcl_Interp *interp, int argc, char **argv) |
| int | NsTclConfigSectionsCmd (ClientData dummy, Tcl_Interp *interp, int argc, char **argv) |
| int NsTclConfigCmd | ( | ClientData | dummy, | |
| Tcl_Interp * | interp, | |||
| int | argc, | |||
| char ** | argv | |||
| ) |
----------------------------------------------------------------------
NsTclConfigCmd --
Implements ns_config.
Results: Tcl result.
Side effects: See docs.
----------------------------------------------------------------------
| int NsTclConfigSectionCmd | ( | ClientData | dummy, | |
| Tcl_Interp * | interp, | |||
| int | argc, | |||
| char ** | argv | |||
| ) |
----------------------------------------------------------------------
NsTclConfigSectionCmd --
Implements ns_configsection.
Results: Tcl result.
Side effects: See docs.
----------------------------------------------------------------------
| int NsTclConfigSectionsCmd | ( | ClientData | dummy, | |
| Tcl_Interp * | interp, | |||
| int | argc, | |||
| char ** | argv | |||
| ) |
----------------------------------------------------------------------
NsTclConfigSectionsCmd --
Implements ns_configsections.
Results: Tcl result.
Side effects: See docs.
----------------------------------------------------------------------
1.5.1