代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/125133/6033123

idelrun

#!/bin/sh # We use a temp file instead of a pipe so that the program run by # idelvm can read stdin. If you want to pass any arguments to idelvm, # you'll need to call it explicitly. # (TODO: parse
www.eeworm.com/read/124347/6051288

s trap.s

/* Run-time exception support */ #include "swi.h" /* .text is used instead of .section .text so it works with arm-aout too. */ .text .align 0 .global __rt_stkovf_split_big
www.eeworm.com/read/110034/6169494

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/108058/6186809

c stdiomac.c

/* stdioMac.c C-style file I/O for Apple Macintosh Allows Mac file refs to be used instead of FILE*, also lets file be stamped with type/creator code upon creation. This is necessary, for examp
www.eeworm.com/read/102935/6228419

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/101082/6242284

ex cvt.ex

" Defend against files with spaces instead of tabs g/^ *:/s/^ */ / " Clean out all junk lines, making them into comments. v/^[# A-Za-z]/s/^/# / g/^[ A-Za-z].*[^\\:]$/s/^/# / " Get rid of capabilities
www.eeworm.com/read/101039/6259824

conf auth.conf

// This file is now obsolete but is read for backward compatability // Use the login-config.xml file instead // $Id: auth.conf,v 1.5 2002/11/04 04:26:23 jjanke Exp $ simple { // Very simple
www.eeworm.com/read/345795/6357517

makefile

# Makefile for the kernel cdrom device drivers. # # 30 Jan 1998, Michael Elizabeth Chastain, # Rewritten to use lists instead of if-statements. O_TARGET := driver.o # All of
www.eeworm.com/read/481365/6639454

c enumprot.c

// // EnumProt.c - Display WSAPROTOCOL_INFO information // for all available protocols // This define causes windows.h // to include winsock2.h instead // of winsock.h #define _WIN32_WI
www.eeworm.com/read/478118/6720068

java sequence9.java

// holding/Sequence9.java // TIJ4 Chapter Holding, Exercise 9, page 409 // Modify innerclasses/Sequence.java so that Sequence works with an Iterator // instead of a Selector. import java.util.*;