代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/147766/5725505
c irport.c
/*********************************************************************
*
* Filename: irport.c
* Version: 1.0
* Description: Half duplex serial port SIR driver for IrDA.
* Status: Experi
www.eeworm.com/read/147766/5727623
c ircomm_ttp.c
/*********************************************************************
*
* Filename: ircomm_ttp.c
* Version: 1.0
* Description: Interface between IrCOMM and IrTTP
* S
www.eeworm.com/read/147766/5727646
c irnet_irda.c
/*
* IrNET protocol module : Synchronous PPP over an IrDA socket.
*
* Jean II - HPL `00 -
*
* This file implement the IRDA interface of IrNET.
* Basically, we sit on top of IrTT
www.eeworm.com/read/145991/5741004
c roots.c
/*
ROOTS.C (with apologies to Alex Haley)
Trace Your Ancestry!
Jim Kyle, 1990
*/
#include
/* grr! different locations for _psp global variable! */
#ifdef __TURBOC__
#include
www.eeworm.com/read/144216/5751608
pm mm_os2.pm
package ExtUtils::MM_OS2;
#use Config;
#use Cwd;
#use File::Basename;
require Exporter;
Exporter::import('ExtUtils::MakeMaker',
qw( $Verbose &neatvalue));
unshift @MM::ISA, 'ExtUtils::MM_OS2
www.eeworm.com/read/144216/5751901
pm unix.pm
package File::Spec::Unix;
use strict;
use vars qw($VERSION);
$VERSION = '1.2';
use Cwd;
=head1 NAME
File::Spec::Unix - methods used by File::Spec
=head1 SYNOPSIS
require File::Spec::Unix; # Do
www.eeworm.com/read/144216/5751902
pm mac.pm
package File::Spec::Mac;
use strict;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
$VERSION = '1.2';
@ISA = qw(File::Spec::Unix);
=head1 NAME
File::Spec::Mac - File::Spec for MacOS
=head
www.eeworm.com/read/144216/5751905
pm epoc.pm
package File::Spec::Epoc;
use strict;
use Cwd;
use vars qw(@ISA);
require File::Spec::Unix;
@ISA = qw(File::Spec::Unix);
=head1 NAME
File::Spec::Epoc - methods for Epoc file specs
=head1 SYNOPSIS
www.eeworm.com/read/144216/5752050
pm deparse.pm
# B::Deparse.pm
# Copyright (c) 1998, 1999, 2000 Stephen McCamant. All rights reserved.
# This module is free software; you can redistribute and/or modify
# it under the same terms as Perl itself.
#
www.eeworm.com/read/144216/5752232
pl sunos.pl
$self->{CCFLAGS} = $Config{ccflags} . ' -DNEED_FGETC_PROTOTYPE -DNEED_FREAD_PROTOTYPE';