代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/135582/5885820
c hu_stuff.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: hu_stuff.c,v 1.2 2003/09/08 22:34:28 jasonk Exp $
//
// Copyright (
www.eeworm.com/read/134009/5896030
pm poll.pm
# IO::Poll.pm
#
# Copyright (c) 1997-8 Graham Barr . All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl its
www.eeworm.com/read/134009/5896036
pm queue.pm
package Thread::Queue;
use Thread qw(cond_wait cond_broadcast);
=head1 NAME
Thread::Queue - thread-safe queues
=head1 SYNOPSIS
use Thread::Queue;
my $q = new Thread::Queue;
$q->enqueue
www.eeworm.com/read/132649/5915406
in datatool.sh.in
#! /bin/sh
# $Id: datatool.sh.in,v 1000.0 2003/10/29 17:48:43 gouriano Exp $
#
base="${1:-@srcdir@/testdata}"
if test ! -d $base; then
echo "Error -- test data dir not found: $base"
exit 1
fi
www.eeworm.com/read/132069/5925073
c gain.c
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
www.eeworm.com/read/131315/5933626
c fpu_explode.c
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley
www.eeworm.com/read/131315/5935558
h ckcasc.h
/*
File CKCASC.H
Mnemonics for ASCII control characters (and Space) for use with C-Kermit.
*/
/*
Author: Frank da Cruz (fdc@columbia.edu, FDCCU@CUVMA.BITNET),
Columbia University Center for Co
www.eeworm.com/read/131315/5935902
t undef.t
#!./perl
# $Header: undef.t,v 4.0 91/03/20 01:55:16 lwall Locked $
print "1..21\n";
print defined($a) ? "not ok 1\n" : "ok 1\n";
$a = 1+1;
print defined($a) ? "ok 2\n" : "not ok 2\n";
undef $a;
p
www.eeworm.com/read/131315/5942020
sh makellib.sh
#! /bin/sh
## $Revision: 1.2 $
##
## Make a lint library for INN. Usage:
## makellib ""
case $# in
[012])
echo "Can't make INN lint library: wrong number of
www.eeworm.com/read/131315/5944970
c lr0.c
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Robert Paul Corbett.
*
* Redistri