代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/120487/6072918
h variable.h
/*
* variable.h
* Routines for handling specialized SET variables.
*
* $Id: variable.h,v 1.21 2003/07/15 19:19:56 tgl Exp $
*
*/
#ifndef VARIABLE_H
#define VARIABLE_H
extern const char *assign
www.eeworm.com/read/120487/6073264
c variable.c
#include "postgres_fe.h"
#include "extern.h"
struct variable *allvariables = NULL;
struct variable *
new_variable(const char *name, struct ECPGtype * type, int brace_level)
{
struct variable *p =
www.eeworm.com/read/108102/6186699
java variable.java
package com.javapatterns.interpreter;
public class Variable extends Expression
{
private String name;
public Variable(String name)
{
this.name = name;
}
publi
www.eeworm.com/read/106250/6195317
c variable.c
/*C**************************************************************************
* NAME: variable.c
*----------------------------------------------------------------------------
* Copyright (c
www.eeworm.com/read/100285/6271095
c variable.c
/*
* Routines for handling of 'SET var TO',
* 'SHOW var' and 'RESET var' statements.
*
* $Id: variable.c,v 1.23.2.1 1999/08/02 05:57:00 scrappy Exp $
*
*/
#include
#include
www.eeworm.com/read/100285/6271214
c variable.c
/*
* This file contains some public functions
* related to show/set/reset variable commands.
* Tatsuo Ishii
* $Id: variable.c,v 1.4.2.1 1999/08/02 05:25:12 scrappy Exp $
*/
#include "postgres.h"
www.eeworm.com/read/100285/6271461
h variable.h
/*
* Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var'
* statements
*
* $Id: variable.h,v 1.8 1998/10/08 18:30:27 momjian Exp $
*
*/
#ifndef VARIABLE_H
#define VARIABLE_H 1
enum
www.eeworm.com/read/483606/6327646
i variable.i
#line 1 "System\variable.c" /0
#line 1 "system\reg51.h" /0
sfr P0 = 0x80;
sbit P0_0 = P0^0;
sbit P0_1 = P0^1;
sbit P0_2 = P0^2;
sbit P0_3 = P0^3;
sbit P0_4 = P
www.eeworm.com/read/483606/6327659
lst variable.lst
C51 COMPILER V8.01 VARIABLE 08/07/2006 11:16:10 PAGE 1
C51 COMPILER V8.01, COMPILATION OF MODULE VARIABLE
OBJECT MODULE PLACED I
www.eeworm.com/read/483606/6327668