代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6251229
c m4.c
/* @(#)m4.c 4.2 ULTRIX 8/13/90 */
/* Based on AT&T version: */
/* @(#)m4.c 1.3 */
#include
#include
#include "m4.h"
#define match(c,s) (c==*s && (!s[1] || inpmatch(s+1)))
main(
www.eeworm.com/read/101082/6251352
c sort.c
static char *sccsid = "@(#)sort.c 4.1 (ULTRIX) 7/17/90";
/* Old ID:
static char *sccsid = "@(#)sort.c 4.11 (Berkeley) 6/3/86";
static char *sccsid = "@(#)sort.c 4.7 (Berkeley) 9/9/83";
*/
/***********
www.eeworm.com/read/101082/6251562
c utility.c
#ifndef lint
static char sccsid[] = "@(#)utility.c 4.1 (Berkeley) 3/23/83";
#endif not lint
/*
** ASSORTED UTILITY ROUTINES
*/
/*
** BLOCK MOVE
**
** Moves a block of storage of length `l' bytes f
www.eeworm.com/read/101082/6251607
c utility.c
#ifndef lint
static char sccsid[] = "@(#)utility.c 4.1 (Berkeley) 3/23/83";
#endif not lint
/*
** ASSORTED UTILITY ROUTINES
*/
/*
** BLOCK MOVE
**
** Moves a block of storage of length `l' bytes f
www.eeworm.com/read/101082/6252455
h mac.h
/*
* @(#)mac.h 4.1 ULTRIX 7/2/90
*/
/*
* UNIX debugger
*/
#define TYPE typedef
#define STRUCT struct
#define UNION union
#define REG register
#define BEGIN {
#define END }
#define IF if(
#defi
www.eeworm.com/read/101082/6252987
y expr.y
/* @(#)expr.y 4.1 (ULTRIX) 7/2/90 */
/* Yacc productions for "expr" command: */
%token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
%token A_STRING SUBSTR LENGTH INDEX NOARG MATCH
/* o
www.eeworm.com/read/101042/6259227
pl deleof.pl
#!/usr/local/bin/perl
while ()
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}
www.eeworm.com/read/101015/6262288
c strcmps.c
/* strcmps - compare strings and ignore spaces */
#include
#include "..\h\tools.h"
/* compare two strings, ignoring white space, case is significant, return
* 0 if identical, 0 ot
www.eeworm.com/read/100046/6274834
c htdescpt.c
/* HTDescpt.c
** FILE DESCRIPTIONS
**
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
** @(#) $Id: HTDescpt.c,v 2.19 1999/02/22 22:10:11 fr
www.eeworm.com/read/100046/6274935
c htlist.c
/* HTList.c
** MANAGEMENT OF LINKED LISTS
**
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
** @(#) $Id: HTList.c,v 2.32 1999/02/22 22