代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/431664/1905184

c su_tag_ref.c

/* * PLEASE NOTE: * * This file is automatically generated by tag_dll.awk. * It contains tag_typedef_t for tag references. * * Do not, repeat, do not edit this file. Edit 'su_tag.c' instead.
www.eeworm.com/read/431664/1905203

c nea_tag_ref.c

/* * PLEASE NOTE: * * This file is automatically generated by tag_dll.awk. * It contains tag_typedef_t for tag references. * * Do not, repeat, do not edit this file. Edit 'nea_tag.c' instead.
www.eeworm.com/read/431664/1905217

c soa_tag_ref.c

/* * PLEASE NOTE: * * This file is automatically generated by tag_dll.awk. * It contains tag_typedef_t for tag references. * * Do not, repeat, do not edit this file. Edit 'soa_tag.c' instead.
www.eeworm.com/read/431664/1905240

c nta_tag_ref.c

/* * PLEASE NOTE: * * This file is automatically generated by tag_dll.awk. * It contains tag_typedef_t for tag references. * * Do not, repeat, do not edit this file. Edit 'nta_tag.c' instead.
www.eeworm.com/read/430182/1938787

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/414826/2141979

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/414605/2143175

ip-up

#!/bin/bash # This file should not be modified -- make local changes to # /etc/ppp/ip-up.local instead LOGDEVICE=$6 REALDEVICE=$1 export PATH=/sbin:/usr/sbin:/bin:/usr/bin echo "$REALDEVICE" > /va
www.eeworm.com/read/413815/2159068

readme

This directory contains the files necessary to build the free TIFF library with the DJGPP v2 compiler under MSDOS. Since DJGPP defines the unix flag, I have created a port.h instead of putting the ne
www.eeworm.com/read/396039/2423923

c ssendtest2.c

/* * Test from oertel@ZIB-Berlin.DE */ /* * Test of MPI_Ssend on MPI implementation on Cray T3D * * Process dest should receive numbers 1,...,10 but * receives 274878030344 instead !!! * * T
www.eeworm.com/read/395229/2444263

h endian.h

/* frv is little-endian. */ #ifndef _ENDIAN_H # error "Never use directly; include instead." #endif #define __BYTE_ORDER __BIG_ENDIAN