代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/474959/1387362
h scriptqueue.h
//
// Simple FIFO queue for Tcl/Tk scripts awaiting evaluation.
//
// $Id: scriptQueue.h,v 1.1 1995/08/21 13:22:51 krw Exp $ $Author: krw $
//
#ifndef _scriptQueue_h
#define _scriptQueue_h
struct sc
www.eeworm.com/read/247212/4483558
makefile
all: .depend client server
DIR_PREFIX=../
include ../../MakeVars
INSTALL_DIR = poa/account-1
INSTALL_SRCS = Makefile client.cc server.cc account.idl
INSTALL_SCRIPTS = account
server: accoun
www.eeworm.com/read/247212/4483565
makefile
all: .depend client server
DIR_PREFIX=../
include ../../MakeVars
INSTALL_DIR = poa/account-2
INSTALL_SRCS = Makefile client.cc server.cc account.idl
INSTALL_SCRIPTS = account
server: accoun
www.eeworm.com/read/247212/4483586
makefile
all: .depend client server
DIR_PREFIX=../
include ../../MakeVars
INSTALL_DIR = poa/account-3
INSTALL_SRCS = Makefile client.cc server.cc account.idl
INSTALL_SCRIPTS = account
server: accoun
www.eeworm.com/read/247212/4483939
makefile
all: .depend client server
DIR_PREFIX=../
include ../../MakeVars
INSTALL_DIR = mt/callback
INSTALL_SRCS = Makefile client.cc server.cc callback.idl
INSTALL_SCRIPTS = run
server: callback.h
www.eeworm.com/read/247212/4483946
makefile
all: .depend client server
DIR_PREFIX=../
include ../../MakeVars
INSTALL_DIR = ccm/hello
INSTALL_SRCS = README Makefile client.cc hello.idl hello_impl.cc
INSTALL_SCRIPTS = hello
client: cli
www.eeworm.com/read/247212/4484241
makefile
all: .depend client server collocated
DIR_PREFIX=../
include ../../MakeVars
INSTALL_DIR = pi/poa
INSTALL_SRCS = Makefile client.cc server.cc collocated.cc account.idl
INSTALL_SCRIPTS = accou
www.eeworm.com/read/216802/4887578
install-sh
#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2005-02-02.21
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/con