代码搜索:SWP

找到约 877 项符合「SWP」的源代码

代码结果 877
www.eeworm.com/read/131315/5942487

c smatch.c

/* smatch.c - match a switch */ #ifndef lint static char ident[] = "@(#)$Id: smatch.c,v 1.5 1992/12/15 00:20:22 jromine Exp $"; #endif /* lint */ #include "../h/mh.h" #ifndef abs #define abs(i) (i
www.eeworm.com/read/101082/6249687

c printsw.c

/* printsw.c - print switches */ #include "../h/mh.h" void printsw (substr, swp, prefix) register char *substr, *prefix; register struct swit *swp; { int len, optno;
www.eeworm.com/read/101082/6249710

c smatch.c

/* smatch.c - match a switch */ #include "../h/mh.h" #define abs(i) (i < 0 ? -i : i) smatch(string, swp) register char *string; register struct swit *swp; { register char *sp,
www.eeworm.com/read/101082/6250204

c printsw.c

/* printsw.c - print switches */ #include "../h/mh.h" void printsw (substr, swp, prefix) register char *substr, *prefix; register struct swit *swp; { int len, optno;
www.eeworm.com/read/101082/6250227

c smatch.c

/* smatch.c - match a switch */ #include "../h/mh.h" #define abs(i) (i < 0 ? -i : i) smatch(string, swp) register char *string; register struct swit *swp; { register char *sp,
www.eeworm.com/read/152752/12089311

c stmt.c

#include "c.h" static char rcsid[] = "$Id: stmt.c,v 1.1 2002/08/28 23:12:46 drh Exp $"; #define SWSIZE 512 #define den(i,j) ((j-buckets[i]+1.0)/(v[j]-v[buckets[i]]+1)) struct code codehead
www.eeworm.com/read/166734/5473184

c stmt.c

#include "c.h" #define SWSIZE 512 #define den(i,j) ((j-buckets[i]+1.0)/(v[j]-v[buckets[i]]+1)) struct code codehead = { Start }; Code codelist = &codehead; float density = 0.5; Table stm
www.eeworm.com/read/295689/8145618

c stmt.c

#include "c.h" #define SWSIZE 512 #define den(i,j) ((j-buckets[i]+1.0)/(v[j]-v[buckets[i]]+1)) struct swtch { Symbol sym; int lab; Symbol deflab; int ncases; int size; int *values
www.eeworm.com/read/170603/9797052

c stmt.c

#include "c.h" static char rcsid[] = "$Id: stmt.c,v 1.1 2002/08/28 23:12:46 drh Exp $"; #define SWSIZE 512 #define den(i,j) ((j-buckets[i]+1.0)/(v[j]-v[buckets[i]]+1)) struct code codehead = { Sta
www.eeworm.com/read/101786/15815809

c stmt.c

#include "c.h" #define SWSIZE 512 #define den(i,j) ((j-buckets[i]+1.0)/(v[j]-v[buckets[i]]+1)) struct swtch { Symbol sym; int lab; Symbol deflab; int ncases; int size; int *values