代码搜索:scope
找到约 10,000 项符合「scope」的源代码
代码结果 10,000
www.eeworm.com/read/414255/11122813
h scope.h
#ifndef SCOPE_H
#define SCOPE_H
typedef struct scope Scope;
#include "declaration.h"
Scope *new_scope(void);
/* Start a new scope. The parent of that scope will
* be current_scope
*/
vo
www.eeworm.com/read/414255/11123014
d scope.d
scope.o: scope.c error.h bool.h token.h scope.h declaration.h list.h \
statement.h expression.h type.h io.h salloc.h
www.eeworm.com/read/414255/11123036
c scope.c
#include "error.h"
#include "scope.h"
#include "salloc.h"
#include
typedef struct tuple
{
char *key;
Declaration *decl;
struct tuple *next;
}
Tuple;
#defi
www.eeworm.com/read/414255/11123040
h scope.h
#ifndef SCOPE_H
#define SCOPE_H
typedef struct scope Scope;
#include "declaration.h"
Scope *new_scope(void);
/* Start a new scope. The parent of that scope will
* be current_scope
*/
vo
www.eeworm.com/read/414255/11123223
o scope.o
www.eeworm.com/read/266090/11242107
gif scope_on.gif
www.eeworm.com/read/334063/12644186
h scope.h
#if !defined(AFX_SCOPE1_H__20373609_0B81_493C_8F94_B4644298A84F__INCLUDED_)
#define AFX_SCOPE1_H__20373609_0B81_493C_8F94_B4644298A84F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/334063/12644213
cpp scope.cpp
// Scope1.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "Scope.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/134478/13987163
h scope.h
#if !defined(AFX_SCOPE1_H__20373609_0B81_493C_8F94_B4644298A84F__INCLUDED_)
#define AFX_SCOPE1_H__20373609_0B81_493C_8F94_B4644298A84F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/134478/13987179
cpp scope.cpp
// Scope1.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "Scope.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;