代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/101082/6242658

c getprm.c

#ifndef lint static char sccsid[] = "@(#)getprm.c 4.1 (decvax!larry) 7/2/90"; #endif #include #define LQUOTE '(' #define RQUOTE ')' #define NOSYSPART 0 #define HASSYSPART 1 /******* * c
www.eeworm.com/read/101082/6242689

c getargs.c

#ifndef lint static char sccsid[] = "@(#)getargs.c 4.1 (decvax!larry) 7/2/90"; #endif #include /******* * getargs(s, arps) * char *s, *arps[]; * * getargs - this routine will genera
www.eeworm.com/read/101082/6242809

c argv.c

/* Copyright (c) 1979 Regents of the University of California */ static char sccsid[] = "@(#)ARGV.c 1.4 4/12/82"; #include "h00vars.h" ARGV(subscript, var, siz) long subscript; /* subscript into
www.eeworm.com/read/101082/6242859

c blkcpy.c

/* Copyright (c) 1979 Regents of the University of California */ static char sccsid[] = "@(#)blkcpy.c 1.3 11/12/82"; blkcpy(from, to, siz) register char *from; register char *to; long siz; { re
www.eeworm.com/read/101082/6242982

c longname.c

# define reg register /* * This routine fills in "def" with the long name of the terminal. * * 1/26/81 (Berkeley) @(#)longname.c 1.1 */ char * longname(bp, def) reg char *bp, *def; { reg char *
www.eeworm.com/read/101082/6243405

c getnum.c

#include getnum() { int c, n; n = 0; while ((c=getchar()) >= '0' && c
www.eeworm.com/read/101082/6248315

c glob.c

#ifndef lint static char *sccsid = "@(#)glob.c 4.1 (ULTRIX) 7/2/90"; #endif lint /************************************************************************ * * * Copyright (c) 1984,1988 b
www.eeworm.com/read/101082/6248745

c filetype.c

#ifndef lint static char *sccsid = "@(#)filetype.c 4.3 (ULTRIX) 1/22/91"; #endif lint /************************************************************************ * * * Copyright (c) 1989 by
www.eeworm.com/read/101082/6248755

c cpp.c

#ifndef lint static char *sccsid = "@(#)cpp.c 4.1 (ULTRIX) 7/17/90"; #endif lint /************************************************************************ * * * Copyright (c) 1988 by *
www.eeworm.com/read/101082/6248764

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