代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/198623/7920173

c lex.c

# include "r.h" char *keyword []{ "do", "DO", /* have to be first */ "if", "IF", "else", "ELSE", "for", "FOR", "repeat", "REPEAT", "until", "UNTIL", "while", "WHILE", "break", "BREAK", "next
www.eeworm.com/read/198623/7921212

c fc.c

/* Fortran command */ char *tmp; char ts[1000]; char *tsp ts; char *av[50]; char *clist[50]; char *llist[50]; int instring; int pflag; int cflag; char *complr; int *ibuf; int *ibuf1; int *ibuf2; int
www.eeworm.com/read/198623/7921229

c ed.c

# /* * Editor */ #define SIGHUP 1 #define SIGINTR 2 #define SIGQUIT 3 #define FNSIZE 64 #define LBSIZE 512 #define ESIZE 128 #define GBSIZE 256 #define NBRA 5 #define EOF -1 #define CBRA 1 #defin
www.eeworm.com/read/198623/7921246

c goto.c

int offset 0; main(argc, argv) char *argv[]; { extern fin; char line[64]; if (argc
www.eeworm.com/read/198623/7921337

c login.c

# /* * login [ name ] */ struct { char name[8]; char tty; char ifill; int time[2]; int ufill; } utmp; struct { int speeds; char erase, kill; int tflags; } ttyb; struct { int junk[5]; in
www.eeworm.com/read/198623/7921343

c cron.c

#define ANY -1 #define LIST -2 #define RANGE -3 #define EOF -4 char *crontab "/usr/lib/crontab"; char *crontmp "/tmp/crontmp"; char *aend; char *itime[2]; int *loct; int *localtime(); int reset(); int
www.eeworm.com/read/198623/7921357

c cc.c

#define SBSIZE 2000 char sbf[SBSIZE]; /* C command */ char *tmp0; char *tmp1; char *tmp2; char *tmp3; char *tmp4; char *tmp5; char ts[1000]; char *tsp ts; char *av[50]; char *clist[50]; char *llist[5
www.eeworm.com/read/198623/7921385

c grep.c

# /* * grep -- print lines matching (or not matching) a pattern * */ #define CCHR 2 #define CDOT 4 #define CCL 6 #define NCCL 8 #define CDOL 10 #define CEOF 11 #define STAR 01 #define LBSIZE 256
www.eeworm.com/read/198623/7921429

c cp.c

/* * cp oldfile newfile */ main(argc,argv) char **argv; { static int buf[256]; int fold, fnew, n; register char *p1, *p2, *bp; int mode; if(argc != 3) { write(1, "Usage: cp oldfile newfile\
www.eeworm.com/read/198623/7921461

c ptx.c

/* permuted title index */ char *tfil "/tmp/p.tmp"; char *sw[] { "a", "an", "and", "as", "for", "is", "of", "on", "or", "the", "to", "up", 0}; char line[200]; int ch; int ptflg; int llen