代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/136959/13351261
mak myio.mak
##
# Makefile for Myio project
# Created on 06/13/93 at 09:47 after a long night
##
##### MSDOS & OS/2 extensions #####
X = .cpp
O = .obj
E = .EXE
##### UNIX ####
#X = .cc
#O = .o
#E =
###### Bor
www.eeworm.com/read/321827/13397726
cpp newop.cpp
// newop operator new(size_t) for Microsoft C++
#include
#include
#include
#include
#if !defined(_MSC_EXTENSIONS)
#define RESERVE_SIZE 256 /* for ou
www.eeworm.com/read/315311/13546199
html xcmstekhvcquerymaxvsamples.html
Xlib Programming Manual: Extensions: XcmsTekHVCQueryMaxVSamples
XcmsTekHVCQueryMaxVSamples
Syntax
www.eeworm.com/read/315311/13546203
html xcmstekhvcquerymaxvc.html
Xlib Programming Manual: Extensions: XcmsTekHVCQueryMaxVC
XcmsTekHVCQueryMaxVC
Syntax
www.eeworm.com/read/315311/13546376
html basic-protocol-support.html
Xlib Programming Manual: Extensions: Basic Protocol Support Routines
Basic Protocol Support Routines
The basic protocol requests for
www.eeworm.com/read/315311/13546385
html _xsetlastrequestread.html
Xlib Programming Manual: Extensions: _XSetLastRequestRead
_XSetLastRequestRead
Syntax
www.eeworm.com/read/309649/13667388
mak myio.mak
# +++Date last modified: 05-Jul-1997
##
# Makefile for Myio project
# Created on 06/13/93 at 09:47 after a long night
##
##### MSDOS & OS/2 extensions #####
X = .cpp
O = .obj
E = .EXE
www.eeworm.com/read/144216/5752001
test rx_sql.test
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0\n";
exit 0;
}
}
use OS2::REXX;
www.eeworm.com/read/144216/5752236
make_ext
#!/bin/sh
# This script acts as a simple interface for building extensions.
# It primarily used by the perl Makefile:
#
# d_dummy $(dynamic_ext): miniperl preplibrary FORCE
# @sh ext/util/make_ext d
www.eeworm.com/read/144216/5752348
t ndbm.t
#!./perl
# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\b