代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/102142/6234417

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c) 1
www.eeworm.com/read/101082/6240489

c swab.c

/* @(#)swab.c 4.1 ULTRIX 7/3/90 */ /* Based on: */ /* swab.c 4.2 83/06/27 */ /* * Swab bytes * Jeffrey Mogul, Stanford */ swab(from, to, n) register char *from, *to; register int n; { register
www.eeworm.com/read/101082/6240624

c v_regex.c

#ifndef lint static char *sccsid = "@(#)v_regex.c 4.1 (ULTRIX) 7/3/90"; #endif lint /************************************************************************ * * * Copyright (c) 1985 by
www.eeworm.com/read/101082/6240673

c strlen.c

#ifndef lint static char *sccsid = "@(#)strlen.c 4.1 (ULTRIX) 7/3/90"; #endif not lint /* ------------------------------------------------------------------ */ /* | Copyright Unpublished, MIPS Compute
www.eeworm.com/read/101082/6241263

c innetgr.c

#ifndef lint static char *sccsid = "@(#)innetgr.c 4.2 ULTRIX 9/4/90"; #endif lint /**************************************************************** * * * Licensed to Digital Equipment Corpo
www.eeworm.com/read/101082/6241481

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/6241494

c c20.c

#ifndef lint static char *sccsid = "@(#)c20.c 4.1 ULTRIX 11/23/87"; #endif lint /************************************************************************ * * * Copyright (c) 1985 by *
www.eeworm.com/read/101082/6241579

c cpp.c

#ifndef lint static char *sccsid = "@(#)cpp.c 4.1 ULTRIX 7/3/90"; #endif lint /************************************************************************ * * Modification History * * Jon Reeves,
www.eeworm.com/read/101082/6242139

c filetype.c

#ifndef lint static char *sccsid = "@(#)filetype.c 4.1 ULTRIX 10/16/90"; #endif /************************************************************************ * * * Copyright (c) 1990 by
www.eeworm.com/read/101082/6242381

c _comphash.c

#ifdef lint static char *sccsid = "@(#)_comphash.c 4.1 (ULTRIX) 7/2/90"; #endif lint #include "curses.ext" _comphash (p) register struct line *p; { register chtype *c, *l; register int rc; i