Go to the source code of this file.
◆ NEED_PLDEBUG
◆ AppInit()
static int AppInit |
( |
Tcl_Interp * |
interp | ) |
|
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
◆ plExitCmd() [1/2]
static int plExitCmd |
( |
ClientData |
clientData, |
|
|
Tcl_Interp * |
interp, |
|
|
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ plExitCmd() [2/2]
static int plExitCmd |
( |
ClientData |
PL_UNUSEDclientData, |
|
|
Tcl_Interp * |
interp, |
|
|
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ tcl_cmd()
static void tcl_cmd |
( |
Tcl_Interp * |
interp, |
|
|
const char * |
cmd |
|
) |
| |
|
static |
◆ argTable
Initial value:= {
{
"-client_name", TK_ARGV_STRING, (
char *) NULL, (
char *) &
client_name,
"Client main window name to connect to" },
{
"-client_host", TK_ARGV_STRING, (
char *) NULL, (
char *) &
client_host,
"Client host to connect to" },
{
"-client_port", TK_ARGV_STRING, (
char *) NULL, (
char *) &
client_port,
"Client port (Tcl-DP) to connect to" },
{
"-auto_path", TK_ARGV_STRING, (
char *) NULL, (
char *) &
auto_path,
"Additional directory(s) to autoload" },
{
"-child", TK_ARGV_CONSTANT, (
char *) 1, (
char *) &
child,
"Set ONLY when child of PLplot TK driver" },
{ (char *) NULL, TK_ARGV_END, (char *) NULL, (char *) NULL,
(char *) NULL }
}
Definition at line 52 of file plserver.c.
◆ auto_path
◆ child
◆ client_host
◆ client_name
◆ client_port