代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/135745/5879155

c editfloat.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/135153/5888068

s uaccess.s

/* * linux/arch/arm/lib/uaccess.S * * Copyright (C) 1995, 1996,1997,1998 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G
www.eeworm.com/read/135153/5888474

map qtronixmap.map

# Default kernel keymap. This uses 7 modifier combinations. keymaps 0-2,4-5,8,12 # Change the above line into # keymaps 0-2,4-6,8,12 # in case you want the entries # altgr control keycode 83 = Boot
www.eeworm.com/read/133951/5897070

c editfloat.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/133198/5907093

java~1~ alignrule.java~1~

// Copyright 2002 Nokia Corporation. // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS // FOR
www.eeworm.com/read/131315/5938931

munch

#!/bin/sh # create an initialization procedure from a list of .o files echo '/* Do not modify this file. It is created automatically by "munch". */' echo 'void initialize_all_files () {' NMOPT=""
www.eeworm.com/read/131315/5942626

sh viamail.sh

: run this script through /bin/sh : '@(#)$Id: viamail.sh,v 1.5 1993/10/26 16:05:23 jromine Exp $' DELAY=0 FROM= case "$1" in -*) DELAY="`echo $1 | sed -e 's%-%%'`" shift ;; esac if [ ! -z "$PER
www.eeworm.com/read/131315/5944988

output ftp.output

0 $accept : cmd_list $end 1 cmd_list : 2 | cmd_list cmd 3 | cmd_list rcmd 4 cmd : USER SP username CRLF 5 | PASS SP password CRLF 6 | PORT SP ho
www.eeworm.com/read/131315/5946681

do_troff

#!/bin/csh -f # # @(#)Do_troff 8.1 (Berkeley) 5/31/93 # set file=$1 shift ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \ $* -me >& $file.tr echo troff output in $file.tr
www.eeworm.com/read/129924/5965948

t examples3.t

#!./perl -w use strict ; BEGIN { unless(grep /blib/, @INC) { chdir 't' if -d 't'; @INC = '../lib' if -d '../lib'; } } use BerkeleyDB; use File::Path qw(rmtree); BEGIN {