代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/104936/6201121
makefile
!IFNDEF WROXSAMPLEPATH
!ERROR Env Variable WROXSAMPLEPATH must be defined
!ENDIF
#------------------------------------------------------------------
#The master rules for building Wrox Professio
www.eeworm.com/read/102935/6228436
h setup.h
/*
setup.h (c) 1997-8 Grant R. Guenther
Under the terms of the GNU General Public License.
This is a table driven setup function for kernel modules
www.eeworm.com/read/101594/6236307
bsh make_get_and_set_methods.bsh
/*
* Make_Get_and_Set_Methods.bsh - a BeanShell macro for
* the jEdit text editor - facilitates the creation of
* get() and set() methods from instance variables
* Copyright (C) 2001 John Gellene
www.eeworm.com/read/101135/6238011
2 time.2
TIME(2) Minix Programmer's Manual TIME(2)
NAME
time, stime - get/set date and time
SYNOPSIS
#include
#include
www.eeworm.com/read/101135/6238863
2 time.2
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#
www.eeworm.com/read/100926/6263953
cpp condition.cpp
// condition.cpp,v 1.3 1999/09/22 03:13:55 jcej Exp
#include "Condition_i.h"
#include "ace/Task.h"
/* In order to test our Condition we'll derive from ACE_Task so that
we can have sever
www.eeworm.com/read/100926/6264532
h crit.h
/*
* crit.h,v 1.3 2000/06/04 22:00:03 brunsch Exp
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by the te
www.eeworm.com/read/100603/6266014
h prenv.h
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100285/6270825
in mkmakefile.tcldefs.sh.in
#! /bin/sh
if [ ! -r @TCL_CONFIG_SH@ ]; then
echo "@TCL_CONFIG_SH@ not found"
echo "I need this file! Please make a symbolic link to this file"
echo "and start make again."
exit 1
fi
www.eeworm.com/read/100285/6271816
h type.h
#include
struct ECPGtype;
struct ECPGstruct_member
{
char *name;
struct ECPGtype *typ;
struct ECPGstruct_member *next;
};
struct ECPGtype
{
enum ECPGttype typ;
long size; /*