代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6248866
c regex.c
#ifndef lint
static char *sccsid = "@(#)regex.c 4.1 (ULTRIX) 7/17/90";
#endif lint
#define SSIZE 50
#define TGRP 48
#define A256 01
#define A512 02
#define A768 03
#define NBRA 10
#define CIRCFL 32
#
www.eeworm.com/read/101082/6248977
c c21.c
static char sccsid[] = "@(#)c21.c 4.7 7/8/81";
/* char C21[] = {"@(#)c21.c 1.83 80/10/16 21:18:22 JFR"}; /* sccs ident */
/*
* C object code improver-- second part
*/
#include "c2.h"
#include
www.eeworm.com/read/101082/6248979
c c20.c
#
static char sccsid[] = "@(#)c20.c 4.5 7/5/81";
/* char C20[] = {"@(#)c20.c 1.35 80/08/26 14:13:40"}; /* sccs ident */
/*
* C object code improver
*/
#include "c2.h"
#include
#include
www.eeworm.com/read/101082/6249010
y parser.y
%token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS
%left SCON '/' NEWE
%left '|'
%left '$' '^'
%left CHAR CCL NCCL '(' '.' STR NULLS
%left ITER
%left CAT
%left '*' '+' '?'
%{
#ifndef lint
static cha
www.eeworm.com/read/101082/6249104
c basename.c
static char *sccsid = "@(#)basename.c 4.2 (Berkeley) 10/20/82";
#include
main(argc, argv)
char **argv;
{
register char *p1, *p2, *p3;
if (argc < 2) {
putchar('\n');
exit(1);
}
p1
www.eeworm.com/read/101082/6249171
c sh.misc.c
#ifndef lint
static char *sccsid = "@(#)sh.misc.c 4.2 (ULTRIX) 8/13/90";
#endif
/************************************************************************
*
www.eeworm.com/read/101082/6249215
c ptx.c
static char *sccsid = "@(#)ptx.c 4.1 (ULTRIX) 7/17/90";
/* Old ID:
static char *sccsid = "@(#)ptx.c 4.1 (Berkeley) 10/1/80";
*/
#
/* permuted title index
ptx [-t] [-i ignore] [-o only] [-w num] [-f]
www.eeworm.com/read/101082/6249271
c hash.c
#ifndef lint
static char sccsid[] = "@(#)hash.c 1.1 (Berkeley) 3/29/83";
#endif lint
/*
* Hash function. Used for pass 2 symbol table and string table,
* and structure/union name passing between p
www.eeworm.com/read/101082/6249278
c dag.c
#ifndef lint
static char *sccsid = "@(#)dag.c 4.1 (ULTRIX) 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1985 by *
www.eeworm.com/read/101082/6249318
c word.c
#ifndef lint
static CHTYPE *sccsid = "@(#)word.c 4.1 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by *