代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/457053/1601784
tcl icon.tcl
# icon.tcl --
#
# This demonstration script creates a toplevel window containing
# buttons that display bitmaps instead of text.
#
# RCS: @(#) $Id: icon.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if
www.eeworm.com/read/250243/4438734
makefile
#
# Makefile for linux/drivers/net/fc
#
# 9 Aug 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
obj-$(CONFIG_IPHASE5526) += iph5526.o
www.eeworm.com/read/247849/4474126
h osf1elfgdb.h
/* Target definitions for GNU compiler for Intel 80386 running OSF/1 1.3+
with gas and gdb. */
/* Use stabs instead of DWARF debug format. */
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
#include
www.eeworm.com/read/243567/4523868
makefile
#
# Makefile for Parallel port IDE device drivers.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
L_TARGET := paride.a
export-
www.eeworm.com/read/240204/4577234
h javadistoglib.h
#ifndef JAVADISTOGLIB_H
#define JAVADISTOGLIB_H
#include "glib.h"
// unistd.h is not included on Windows. Instead,
// oaa-windows.h contains the necessary definitions.
#ifndef _WINDOWS
#include
www.eeworm.com/read/240162/4580586
c lookup17.c
// { dg-do run }
// Bug: t->B is resolved to the type instead of the field.
struct A {
struct B { } *B;
int i, j, k, l, m;
};
struct A a;
int
main ()
{
void *p = a.B;
}
www.eeworm.com/read/240162/4582117
c union1.c
// { dg-do run }
// GROUPS passed unions
// This is fixed by finish_anon_union doing a string_cst_equal check on
// the DECL_SIZE of the decls, instead of comparing the DECL_SIZE nodes.
// The compi
www.eeworm.com/read/240162/4589562
c 20030921-1.c
/* PR 12281 The darwin back-end was causing the function
f is not being emitted. TREE_SYMBOL_REFERENCED was being set
instead of calling mark_referenced. */
static void f(void);
void g(void
www.eeworm.com/read/237551/4624335
h endian.h
/* Alpha is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/233522/4667709
h vcl_iomanip.h
#ifndef vcl_generic_iomanip_h_
#define vcl_generic_iomanip_h_
// THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_iomanip.hhh and run make
// resetiosflags
#ifndef vcl_resetiosflags