代码搜索结果
找到约 10,000 项符合
R 的代码
tclmaclibrary.r
/*
* tclMacLibrary.r --
*
* This file creates resources used by the Tcl shared library.
* Many thanks go to "Jay Lieske, Jr." who
* wrote the initial version of this file.
tclmacapplication.r
/*
* tclMacApplication.r --
*
* This file creates resources for use Tcl Shell application.
* It should be viewed as an example of how to create a new
* Tcl application using the shared Tcl libra
tclmacosa.r
/*
* tkMacOSA.r --
*
* This file creates resources used by the AppleScript package.
*
* Copyright (c) 1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and r
tclmactclcode.r
/*
* tclMacTclCode.r --
*
* This file creates resources from the Tcl code that is
* usually stored in the TCL_LiBRARY
*
* Copyright (c) 1996-1997 Sun Microsystems, Inc.
*
* See the file "lice
tclmacaete.r
/*
* tclMacAETE.r --
*
* This file creates the Apple Event Terminology resources
* for use Tcl and Tk. It is not used in the Simple Tcl shell
* since SIOUX does not support AppleEvents. A
tclmacresource.r
/*
* tclMacResource.r --
*
* This file creates resources for use in a simple shell.
* This is designed to be an example of using the Tcl libraries
* statically in a Macintosh Application. For a
name.r
#ifndef NAME_R
#define NAME_R
/*
* Name
* maintain a table of Name structures
*/
struct Name { /* base structure */
const void * type; /* for dynamic linkage */
const char * name; /* may be m
value.r
#ifndef VALUE_R
#define VALUE_R
#include
struct Type {
void * (* new) (va_list ap);
double (* exec) (const void * tree);
void (* delete) (void * tree);
};
double exec (const void * tr