1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868
|
/* IMPORTANT: Read the comment below on how to compile this file. It
* is NOT sufficient to just hand it to the C compiler. It must first
* be preprocessed.
*/
/*
* This file has been generated by
*
* D. Richard Hipp
* drh@world.std.com
*
* The contributions of Dr. Hipp are placed in the public domain. However,
* portions of this file are subject to the copyrights shown below.
*
* The changes necessary to use TclX are by Michael Schumacher at
* mike@hightec.saarlink.de.
*
* Copyright (c) 1990-1993 The Regents of the University of California.
* All rights reserved.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* software and its documentation for any purpose, provided that the
* above copyright notice and the following two paragraphs appear in
* all copies of this software.
*
* IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
* OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
* CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
* ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/
/*
**
** The function Et_Eval() is an extension of Tcl_VarEval().
**
** The first and second arguments are the name of the file which
** contains the call to Et_Eval() and the line number within that
** file from which Et_Eval() was called. This information is used
** to print an error message to stderr if necessary.
**
** The third argument is a format string built from three characters:
** 's', 'd', and 'f'. This format string determines the number and
** type of subsequent arguments. Each 's' in the format string
** corresponds to a string argument, each 'd' cooresponds to an integer,
** and each 'f' corresponds to a double.
**
** A format string may now also contain a 'q' character. 'q' means that
** the any of the characters which have special meaning to the Tcl
** interpreter (any of "{", "}", "[", "\"", "\\" or "$") are escaped.
**
** The operation of Et_Eval() is to concatenate all arguments and
** send the result to Tcl_GlobalEval(). The return of Tcl_GlobalEval()
** is returned from Et_Eval().
**
** In addition to Et_Eval(), this file defines three other functions:
**
** Et_EvalInt()
** Et_EvalString()
** Et_EvalDouble()
**
** In each of these other functions, the value returned is not the status
** string from Tcl_VarEval(), but rather the result string. The result
** string is converted to an integer or a double for Et_EvalInt() and
** Et_EvalDouble(), respectively.
**
** Et_EvalInclude()
**
** This function is used to implement the ET_INCLUDE() macro of the ET
** system. It takes two arguments which are the name of a file and
** null-terminated string containing the contents of that file. The
** the function simply calls Tcl_GlobalEval on the string, and then prints
** an appropriate error message if something goes wrong.
**
** The Tcl/Tk interpreter used by all these functions is obtained from
** the global variable "Tcl_Interp *Et_Interp;". This variable
** should be set to a valid interpreter before calling any function
** in this file.
**
** The function Et_InstallCmd() creates a new command for the
** Tcl/Tk interpreter pointed to by the global variable Et_Interp.
** This function was added in support of the ET_INSTALL_COMMANDS macro.
**
** All of the above functions are normally called from ET macros, not
** directly by the user. The next set of functions are called directly
** by the user:
**
** Et_Init(int *,char **);
** Et_ReadStdin(void);
** Et_MainLoop(void);
**
** The Et_Init() function should be the first function called from within
** the main() procedure of an application. This function initializes the
** ET interpreter. Command line arguments used by the interpreter are
** removed from argc and argv.
**
** Et_MainLoop() should be the last function in the main() procedure. It
** implements the event loop.
**
** If the function Et_ReadStdin() is called prior to Et_MainLoop(), then
** arrangements are made to read standard input and pass the results to
** the ET interpreter.
**
********************* HOW TO COMPILE THIS FILE **************************
**
** This file is mostly C code, but it is not completely C code. It can
** not be handed to the C compiler directory, but must first be preprocessed
** using the "et2c" macro preprocessors.
**
** Actually, this file contains code for three different versions of ET,
** one for Tk3.6, another for Tk4.0 and yet another for TclX. A simple
** "sed" command is necessary to select the correct parts of this file
** prior to being preprocessed using "et2c".
**
** In order to compile this file, you have to know the directories which
** contains the Tcl/Tk startup scripts. These directories is often
** /usr/local/lib/tcl7.4 and /usr/local/lib/tk4.0, but may vary from system
** to system. They will also probably be different if you are using Tk3.6.
** An additional directory will be added to the list if you are using
** TclX. Whatever these directories are, assume that you have defined
** an environment variable TCLINC which contains each directory preceeded
** by a "-I". Like this:
**
** TCLINC= -I/usr/local/lib/tcl7.4 -I/usr/local/lib/tk4.0
**
** With such a variable, the actual ET library source files are generated as
** follows:
**
** sed \
** -e '/^#if TCLX/,/^#endif/d' \
** -e '/^#if TK36/,/^#endif/d' \
** et.c.prototype | et2c $TCLINC >et40.c
**
** sed \
** -e '/^#if TCLX/,/^#endif/d' \
** -e '/^#if TK40/,/^#endif/d' \
** et.c.prototype | et2c $TCLINC >et36.c
**
** sed \
** -e '/^#if TK40/,/^#endif/d' \
** -e '/^#if TK36/,/^#endif/d' \
** et.c.prototype | et2c $TCLINC >etX.c
**
** The three files which result from this (et40.c et36.c and etX.c) can
** then be compiled directly.
*/
/* For K&R code compile with -DK_AND_R */
#include "tk.h"
#ifdef K_AND_R
#include <varargs.h>
#define const
#else
#include <stdarg.h>
#endif
#include <ctype.h>
/* All three of the following #defines are required. After this file
** has been processed by the "sed" scripts described above, however, only
** one of these #defines will be effective.
*/
#define TK36 1
#define TK40 1
#define TCLX 1
/*
** Some external functions used
*/
extern void exit();
extern char *strrchr();
extern void free();
extern int atoi();
extern double atof();
extern int read();
extern int isatty();
/*
** The following variable points to the Tcl/Tk interpreter which is
** used by all functions in this file.
*/
Tcl_Interp *Et_Interp = 0;
/* The next variables are made available as a convenience to the
** ET programmer. */
Tk_Window Et_MainWindow; /* The main window of the application */
Display *Et_Display; /* The X11 display holding the main window */
/* This flag is TRUE if all scripts processed by ET() macros should
** be printed to standard output. This variable can only be set from
** within the debugger. */
static int et_trace_flag = 0;
/*
** This is the function which does most of the work. All the Et_EvalXXXX()
** functions call this core to process the variable-length argument list,
** and then do different things with the return parameter
*/
static int
Et_VaEval(fileName,lineNumber,format,ap)
const char *fileName; /* Name of the file containing the ET macro */
int lineNumber; /* Line number of start of ET macro */
const char *format; /* Format string */
va_list ap; /* Pointer to the argument list */
{
int i; /* Loop counter */
int retc; /* Return code from Tcl_Eval() */
char *buf; /* Buffer to hold the Tcl command string */
char *cp; /* For scanning strings */
char c; /* Next character being scanned */
char *next; /* Pointer to the next unused slot in buf[] */
int spaceNeeded; /* Amount of spaced needed in buf to hold
** the entire Tcl command string */
va_list firstArg; /* A pointer to the first argument of the
** variant part of the argument list. */
char smallSpace[40]; /* A space large enough to hold the ascii
** value of an integer or floating point number */
char bigSpace[1000]; /* The initial buffer. Hopefully this is enough,
** but if not we can malloc() for more */
if( Et_Interp==0 ){
fprintf(stderr,
"ERROR: %s line %d: Et_Interp does not point to a valid Tk interpreter\n",
fileName,lineNumber);
return TCL_ERROR;
}
/* Make a pass thru the argument list and tally up the size of the
** buffer needed */
firstArg = ap;
spaceNeeded = 1; /* One for the null-terminator */
for(i=0; format[i]; i++){
switch( format[i] ){
case 's': /* A string */
spaceNeeded += strlen(va_arg(ap,char*));
break;
case 'd': /* An integer */
spaceNeeded += 20;
(void)va_arg(ap,int);
break;
case 'f': /* A double */
spaceNeeded += 20;
(void)va_arg(ap,double);
break;
case 'q': /* A quoted string */
cp = va_arg(ap,char*);
while( (c=*cp++)!=0 ){
if( c=='$' || c=='[' || c=='\"' || c=='\\' || c=='{' || c=='}' ){
spaceNeeded++;
}
spaceNeeded++;
}
break;
}
}
/* Get a buf which is large enough to hold it all */
if( spaceNeeded<=sizeof(bigSpace) ){
buf = bigSpace;
}else{
extern char *malloc();
buf = malloc( spaceNeeded );
if( buf==0 ){
sprintf(bigSpace,"File %s line %d: can't allocate %d bytes of memory",
fileName,lineNumber,spaceNeeded);
Tcl_AppendResult(Et_Interp,bigSpace,0);
return TCL_ERROR;
}
}
/* Now make another pass thru the argument list in order to
** build the Tcl command string */
ap = firstArg;
next = buf;
for(i=0; format[i]; i++){
char *str; /* Pointer to a source string which is to be
** copied into buf */
switch( format[i] ){
case 's': /* A string */
str = va_arg(ap,char*);
break;
case 'd': /* An integer */
str = smallSpace;
sprintf(str,"%d",va_arg(ap,int));
break;
case 'f': /* A double */
str = smallSpace;
sprintf(str,"%g",va_arg(ap,double));
break;
case 'q': /* A quoted string */
str = va_arg(ap,char*);
while( (c=*str)!=0 ){
if( c=='$' || c=='[' || c=='\"' || c=='\\' || c=='{' || c=='}' ){
*next++ = '\\';
}
*next++ = c;
str++;
}
break;
default: /* Can't happen */
str = "";
break;
}
while( (*next++ = *str++)!=0 );
next--;
}
/* Evaluate the Tcl command string. Generate an error message
** if an error occurs */
retc = Tcl_GlobalEval(Et_Interp,buf);
if( et_trace_flag ){
char *cp = buf;
while( *cp ){
if( *cp=='\\' && cp[1]=='\n' ){ *cp=' '; cp[1]=' '; }
cp++;
}
printf("%s\n",buf);
}
if( retc==TCL_ERROR ){
char buf[40];
fprintf(stderr,"ERROR at %s line %d: %s\n",
fileName,Et_Interp->errorLine + lineNumber - 1,Et_Interp->result);
sprintf(buf,"%d",Et_Interp->errorLine + lineNumber + 1);
Tcl_VarEval(Et_Interp,"tkerror {",fileName," line ",buf,"}",0);
}
/* clean up and return */
if( buf!=bigSpace ) free(buf);
return retc;
}
/*
** This version of Et_Eval() evaluates a single string as the Tcl command,
** just as Tcl_Eval() would. The difference is in the processing of
** error message. This function is called by the ET_INCLUDE() macro.
** Et_Eval() could have been used, but this version avoids an extra
** copy of the script from one buffer into another.
*/
void
Et_EvalInclude(zFilename,script)
const char *zFilename; /* The file from which the script was origanally taken */
char *script; /* The Tcl/Tk command script */
{
if( Et_Interp==0 ){
fprintf(stderr,
"ERROR: %s: Et_Interp does not point to a valid Tk interpreter\n",
zFilename);
return;
}
if( Tcl_GlobalEval(Et_Interp,script)==TCL_ERROR ){
char buf[40];
fprintf(stderr,"ERROR at %s line %d: %s\n",
zFilename,Et_Interp->errorLine,Et_Interp->result);
sprintf(buf,"%d",Et_Interp->errorLine);
Tcl_VarEval(Et_Interp,"tkerror {",zFilename," line ",buf,"}",0);
}
}
/*
** Execute the Tcl/Tk command string and return an status code
*/
#ifdef K_AND_R
int
Et_Eval(va_alist)
va_dcl
{
va_list ap; /* Pointer to the argument list */
int retc; /* The Tcl_Eval() return code */
char *filename; /* The filename */
int lineNumber; /* The line number */
char *format; /* The format string */
va_start(ap);
filename = va_arg(ap,char*);
lineNumber = va_arg(ap,int);
format = va_arg(ap,char*);
retc = Et_VaEval(filename,lineNumber,format,ap);
va_end(ap);
return retc;
}
#else
int Et_Eval(const char *filename, int lineNumber, const char *format, ...){
va_list ap;
int retc;
va_start(ap,format);
retc = Et_VaEval(filename,lineNumber,format,ap);
va_end(ap);
return retc;
}
#endif
/*
** Execute the Tcl/Tk command string and return the result string
*/
#ifdef K_AND_R
char *
Et_EvalString(va_alist)
va_dcl
{
va_list ap; /* Pointer to the argument list */
int status; /* The status returned from Et_VaEval() */
char *filename; /* The filename */
int lineNumber; /* The line number */
char *format; /* The format string */
va_start(ap);
filename = va_arg(ap,char*);
lineNumber = va_arg(ap,int);
format = va_arg(ap,char*);
status = Et_VaEval(filename,lineNumber,format,ap);
va_end(ap);
return Et_Interp->result;
}
#else
char *
Et_EvalString(const char *filename, int lineNumber, const char *format, ...){
va_list ap;
int status;
va_start(ap,format);
status = Et_VaEval(filename,lineNumber,format,ap);
va_end(ap);
return Et_Interp->result;
}
#endif
/*
** Execute the Tcl/Tk command string and return the result converted
** into an integer
*/
#ifdef K_AND_R
int
Et_EvalInt(va_alist)
va_dcl
{
va_list ap; /* Pointer to the argument list */
int status; /* The status returned from Et_VaEval() */
char *filename; /* The filename */
int lineNumber; /* The line number */
char *format; /* The format string */
va_start(ap);
filename = va_arg(ap,char*);
lineNumber = va_arg(ap,int);
format = va_arg(ap,char*);
status = Et_VaEval(filename,lineNumber,format,ap);
va_end(ap);
return atoi(Et_Interp->result);
}
#else
int
Et_EvalInt(const char *filename, int lineNumber, const char *format, ...){
va_list ap;
int status;
va_start(ap,format);
status = Et_VaEval(filename,lineNumber,format,ap);
va_end(ap);
return atoi(Et_Interp->result);
}
#endif
/*
** Execute the Tcl/Tk command string and return the result converted
** into an double
*/
#ifdef K_AND_R
double
Et_EvalDouble(va_alist)
va_dcl
{
va_list ap; /* Pointer to the argument list */
int status; /* The status returned from Et_VaEval() */
va_start(ap);
status = Et_VaEval(ap);
va_end(ap);
return atof(Et_Interp->result);
}
#else
double
Et_EvalDouble(const char *filename, int lineNumber, const char *format, ...){
va_list ap;
int status;
va_start(ap,format);
status = Et_VaEval(filename,lineNumber,format,ap);
va_end(ap);
return atof(Et_Interp->result);
}
#endif
/*
** Install a new command into the interpreter.
*/
#ifdef K_AND_R
void
Et_InstallCommand(zName,cmdProc)
char *zName; /* Name of the command */
int (*cmdProc)(); /* Procedure which implements the command */
{
Tcl_CreateCommand(Et_Interp,zName,cmdProc,Tk_MainWindow(Et_Interp),0);
}
#else
void
Et_InstallCommand(
char *zName,
int (*cmdProc)(void*,struct Tcl_Interp*,int,char**)
){
Tcl_CreateCommand(Et_Interp,zName,cmdProc,Tk_MainWindow(Et_Interp),0);
}
#endif
/*
** Initialize the Tcl/Tk interpreter.
**
** This is a highly modified version of "main()" from the
** file "tkMain.c" in the standard Tcl/Tk distribution.
*/
void
Et_Init(pargc,argv)
int *pargc;
char **argv;
{
Tk_Window mainWindow; /* The main window for the application. If
* NULL then the application no longer
* exists. */
Tcl_Interp *interp; /* Interpreter for this application. */
char class[60];
int argc;
char *args, *p;
char buf[20];
int code;
/*
* Static variables used for parsing command line options.
*/
static int synchronize = 0;
static char *fileName = NULL;
static char *name = NULL;
static char *display = NULL;
static char *geometry = NULL;
static Tk_ArgvInfo argTable[] = {
{"-geometry", TK_ARGV_STRING, 0, (char*)&geometry,
"Initial geometry for window"},
{"-display", TK_ARGV_STRING, 0, (char*)&display,
"Display to use"},
{"-name", TK_ARGV_STRING, 0, (char*)&name,
"Name to use for application"},
{"-sync", TK_ARGV_CONSTANT, (char*)1, (char*)&synchronize,
"Use synchronous mode for display server"},
{ 0, TK_ARGV_END, 0, 0, 0}
};
Et_Interp = interp = Tcl_CreateInterp();
/*
* Parse command-line arguments.
*/
if (Tk_ParseArgv(interp, 0, pargc, argv, argTable, 0) != TCL_OK) {
fprintf(stderr, "%s\n", interp->result);
exit(3);
}
argc = *pargc;
if (name == NULL) {
p = fileName ? fileName : argv[0];
name = strrchr(p, '/');
if (name != NULL) {
name++;
} else {
name = p;
}
}
/*
* If a display was specified, put it into the DISPLAY
* environment variable so that it will be available for
* any sub-processes created by us.
*/
if (display != NULL) {
Tcl_SetVar2(interp, "env", "DISPLAY", display, TCL_GLOBAL_ONLY);
}
/*
* Initialize the Tk application and its extensions.
*/
sprintf(class,"%.*s",(int)sizeof(class)-1,name);
if( islower(class[0]) ) class[0] = toupper(class[0]);
/* if( class[0]=='X' && islower(class[1]) ) class[1] = toupper(class[1]); */
mainWindow = Tk_CreateMainWindow(interp, display, name, class);
if (mainWindow == NULL) {
fprintf(stderr, "%s\n", interp->result);
exit(4);
}
if (synchronize) {
XSynchronize(Tk_Display(mainWindow), True);
}
/* Tk_GeometryRequest(mainWindow, 200, 200); */
/* Set up some convenience global variables.
**
** This only works if there is a single display and screen. But, then
** again, ET only works with a single screen...
*/
Et_MainWindow = mainWindow;
Et_Display = Tk_Display(mainWindow);
/*
* Make command-line arguments available in the Tcl variables "argc"
* and "argv". Also set the "geometry" variable from the geometry
* specified on the command line.
*/
args = Tcl_Merge(argc-1, argv+1);
Tcl_SetVar(interp, "argv", args, TCL_GLOBAL_ONLY);
ckfree(args);
sprintf(buf, "%d", argc-1);
Tcl_SetVar(interp, "argc", buf, TCL_GLOBAL_ONLY);
Tcl_SetVar(interp, "argv0", fileName ? fileName : argv[0],TCL_GLOBAL_ONLY);
if (geometry != NULL) {
Tcl_SetVar(interp, "geometry", geometry, TCL_GLOBAL_ONLY);
}
/*
* Set the "tcl_interactive" variable.
*/
Tcl_SetVar(interp, "tcl_interactive", "0", TCL_GLOBAL_ONLY);
/*
* Create variables "cmd_name" and "cmd_dir" which contain the
* base name of the application and the name of the directory
* which contains the executable for the application.
*/
ET(
set cmd_name [file tail $argv0]
set cmd_dir [file dirname $argv0]
if "![file readable $argv0] || ![file isfile $argv0]" {
foreach i [split $env(PATH) :] {
if "[file readable $i/$cmd_name] && [file isfile $i/$cmd_name]" {
set cmd_dir $i
break;
}
}
}
);
/*
* Execute the start-up Tcl/Tk scripts. In the standard version of
* wish, these are read from the library at run-time. In this version
* the scripts are compiled in.
*
* Some startup scripts contain "source" commands. (Ex: tk.tcl in
* Tk4.0). This won't do for a stand-alone program. For that reason,
* the "source" command is disabled while the startup scripts are
* being read.
*/
#ifndef ET_DYNAMIC
ET( rename source __source__; proc source {args} {} );
#endif
#if TK36
ET_INCLUDE( init.tcl );
ET_INCLUDE( tk.tcl );
ET_INCLUDE( button.tcl );
ET_INCLUDE( dialog.tcl );
ET_INCLUDE( entry.tcl );
ET_INCLUDE( listbox.tcl );
ET_INCLUDE( menu.tcl );
ET_INCLUDE( parray.tcl );
ET_INCLUDE( text.tcl );
ET_INCLUDE( tkerror.tcl );
#endif
#ifndef ET_DYNAMIC
ET( rename source {}; rename __source__ source );
#endif
/*
* Set the geometry of the main window, if requested.
*/
if (geometry != NULL) {
code = Tcl_VarEval(interp, "wm geometry . ", geometry, (char *) NULL);
if (code != TCL_OK) {
fprintf(stderr, "%s\n", interp->result);
}
}
/* Set the et_trace_flag */
Tcl_LinkVar(interp, "et_trace_flag", (char*)&et_trace_flag, TCL_LINK_INT);
/* Clean up before returning to the main program */
Tcl_ResetResult(interp);
}
/*
** Process Tk events until the last window is destroyed, then return.
*/
void
Et_MainLoop(){
Tk_MainLoop();
}
/*
** Static variables used by the interactive Tcl/Tk processing
*/
static Tcl_DString command; /* Used to assemble lines of terminal input
* into Tcl commands. */
static int tty; /* Non-zero means standard input is a
* terminal-like device. Zero means it's
* a file. */
/*
*----------------------------------------------------------------------
*
* Prompt --
*
* Issue a prompt on standard output, or invoke a script
* to issue the prompt.
*
* Results:
* None.
*
* Side effects:
* A prompt gets output, and a Tcl script may be evaluated
* in interp.
*
*----------------------------------------------------------------------
*/
static void
Prompt(interp, partial)
Tcl_Interp *interp; /* Interpreter to use for prompting. */
int partial; /* Non-zero means there already
* exists a partial command, so use
* the secondary prompt. */
{
char *promptCmd;
int code;
promptCmd = Tcl_GetVar(interp,
partial ? "tcl_prompt2" : "tcl_prompt1", TCL_GLOBAL_ONLY);
if (promptCmd == NULL) {
defaultPrompt:
if (!partial) {
fputs("% ", stdout);
}
} else {
code = Tcl_Eval(interp, promptCmd);
if (code != TCL_OK) {
Tcl_AddErrorInfo(interp,
"\n (script that generates prompt)");
fprintf(stderr, "%s\n", interp->result);
goto defaultPrompt;
}
}
fflush(stdout);
}
/*
*----------------------------------------------------------------------
*
* StdinProc --
*
* This procedure is invoked by the event dispatcher whenever
* standard input becomes readable. It grabs the next line of
* input characters, adds them to a command being assembled, and
* executes the command if it's complete.
*
* Results:
* None.
*
* Side effects:
* Could be almost arbitrary, depending on the command that's
* typed.
*
*----------------------------------------------------------------------
*/
/* ARGSUSED */
static void
StdinProc(clientData, mask)
ClientData clientData; /* Not used. */
int mask; /* Not used. */
{
char input[4000];
static int gotPartial = 0;
char *cmd;
int code, count;
count = read(fileno(stdin), input, sizeof(input)-1);
if (count <= 0) {
if (!gotPartial) {
if (tty) {
Tcl_Eval(Et_Interp, "exit");
exit(6);
} else {
Tk_DeleteFileHandler(0);
}
return;
} else {
count = 0;
}
}
cmd = Tcl_DStringAppend(&command, input, count);
if (count != 0) {
if ((input[count-1] != '\n') && (input[count-1] != ';')) {
gotPartial = 1;
goto prompt;
}
if (!Tcl_CommandComplete(cmd)) {
gotPartial = 1;
goto prompt;
}
}
gotPartial = 0;
/*
* Disable the stdin file handler while evaluating the command;
* otherwise if the command re-enters the event loop we might
* process commands from stdin before the current command is
* finished. Among other things, this will trash the text of the
* command being evaluated.
*/
Tk_CreateFileHandler(0, 0, StdinProc, (ClientData) 0);
code = Tcl_RecordAndEval(Et_Interp, cmd, 0);
Tk_CreateFileHandler(0, TK_READABLE, StdinProc, (ClientData) 0);
Tcl_DStringFree(&command);
if (*Et_Interp->result != 0) {
if ((code != TCL_OK) || (tty)) {
printf("%s\n", Et_Interp->result);
}
}
/*
* Output a prompt.
*/
prompt:
if( tty ) Prompt(Et_Interp, gotPartial);
}
/*
** Make arrangements to read and interpret standard input
*/
void
Et_ReadStdin()
{
tty = isatty(0);
Tk_CreateFileHandler(0, TK_READABLE, StdinProc, (ClientData) 0);
if( tty )
{ Tcl_SetVar(Et_Interp, "tcl_interactive", "1", TCL_GLOBAL_ONLY);
ET(
if ![info exists tcl_prompt1] {
set tcl_prompt1 { puts -nonewline stdout [file tail $argv0]> }
}
if ![info exists tcl_prompt2] {
set tcl_prompt2 { puts -nonewline stdout => }
}
);
Prompt(Et_Interp, 0);
}
Tcl_DStringInit(&command);
}
|