代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/223124/4813800
tests shift.tests
if test $# = 0; then
exec "$THIS_SH" $0 abc "d e" 123
fi
echo $0 $1 $2
shift
echo $0 $1 $2
shift 999
echo $0 $1 $2
shift 2
echo $0 $1 $2
shift 2
echo $0 $1 $2
shift
echo $0 $1 $2
www.eeworm.com/read/216802/4881989
c shift.c
/*
* SHIFT.C - shift internal batch command
*
*
* History:
*
* 16 Jul 1998 (Hans B Pufal)
* started.
*
* 16 Jul 1998 (John P Price)
* Separated commands into
www.eeworm.com/read/216502/4891134
c shift.c
# include "e.h"
#include "e.def"
bshiftb(p1, dir, p2) int p1, dir, p2; {
int shval, diffps, effps, effps2, d1, h1, b1, h2, b2;
char *sh1, *sh2;
yyval = p1;
h1 = eht[p1];
b1 = ebase[p1];
h2 = e
www.eeworm.com/read/216502/4891377
c shift.c
# include "e.h"
#include "e.def"
bshiftb(p1, dir, p2) int p1, dir, p2; {
int shval, d1, h1, b1, h2, b2;
yyval = p1;
h1 = eht[p1];
b1 = ebase[p1];
h2 = eht[p2];
b2 = ebase[p2];
if( dir == SUB )
www.eeworm.com/read/216499/4892412
1 shift.1
.th SHIFT I 8/21/73
.sh NAME
shift \*- adjust Shell arguments
.sh SYNOPSIS
.bd shift
.sh DESCRIPTION
.it Shift
is used in Shell command files to shift the
argument list left by 1,
so that old
.bd $2
c
www.eeworm.com/read/209211/4982338
c shift.c
#include "e.h"
#include "y.tab.h"
void subsup(int p1, int p2, int p3)
{
if (p2 != 0 && p3 != 0)
shift2(p1, p2, p3);
else if (p2 != 0)
bshiftb(p1, SUB, p2);
else if (p3 != 0)
bshiftb(p1, SUP,
www.eeworm.com/read/205824/5016896
c shift.c
/*
* SHIFT.C - shift internal batch command
*
*
* History:
*
* 16 Jul 1998 (Hans B Pufal)
* started.
*
* 16 Jul 1998 (John P Price)
* Separated commands into
www.eeworm.com/read/199094/5080519
n shift.n
// Netlist written August 18, 2004 8:12:07 AM CST
// By FastChip Version 3.0_Beta Build 040202-1214
// Netlist last modified August 18, 2004 8:12:07 AM CST
netlist
module SHIFT {
input CLK;
www.eeworm.com/read/199094/5080522
module shift.module
module (
key = "SHIFT",
name = "SHIFT",
is_primitive = "false",
is_ioAdaptor = "false",
date = "Aug 18, 2004",
icon = "ImportCustom",