代码搜索:CFront

找到约 1,009 项符合「CFront」的源代码

代码结果 1,009
www.eeworm.com/read/310556/13649204

c simpl..c

#line 1 "../../src/simpl.c" /* */ /* < ../../src/simpl.c */ int * _new ( ) ; int _delete ( ) ; int * _vec_new ( ) ; int _vec_delete ( ) ; #line 1 "../../src/simpl.c" typedef
www.eeworm.com/read/310556/13649206

c typ2..c

#line 1 "../../src/typ2.c" /* */ /* < ../../src/typ2.c */ int * _new ( ) ; int _delete ( ) ; int * _vec_new ( ) ; int _vec_delete ( ) ; #line 1 "../../src/typ2.c" typedef cha
www.eeworm.com/read/310556/13649208

c typ..c

#line 1 "../../src/typ.c" /* */ /* < ../../src/typ.c */ int * _new ( ) ; int _delete ( ) ; int * _vec_new ( ) ; int _vec_delete ( ) ; #line 1 "../../src/typ.c" typedef char *
www.eeworm.com/read/310556/13649209

c repr..c

#line 1 "../../src/repr.c" /* */ /* < ../../src/repr.c */ int * _new ( ) ; int _delete ( ) ; int * _vec_new ( ) ; int _vec_delete ( ) ; #line 1 "../../src/repr.c" typedef cha
www.eeworm.com/read/310556/13649210

c lalex..c

#line 1 "../../src/lalex.c" /* */ /* < ../../src/lalex.c */ int * _new ( ) ; int _delete ( ) ; int * _vec_new ( ) ; int _vec_delete ( ) ; #line 1 "../../src/lalex.c" typedef
www.eeworm.com/read/310556/13649218

makefile

#ident "@(#)cfront:src/makefile 1.6" CC = CC #set $(PATCH) to -DPATCH if using the patch version: #PATCH=-DPATCH # set $(PATCH) to nothing if using nm/munch: PATCH= CCFLAGS=-O OFILES = alloc.o dcl.o d
www.eeworm.com/read/310556/13649240

h yystype.h

/* @(#) yystype.h 1.3 1/27/86 17:49:37 */ /*ident "@(#)cfront:src/yystype.h 1.3" */ typedef union { char* s; TOK t; int i; loc l; Pname pn; Ptype pt; Pexpr pe; Pstmt ps; PP p; } YYSTYPE; ext
www.eeworm.com/read/310556/13649255

h lock.h

/* @(#) lock.h 1.2 1/27/86 17:47:07 */ /*ident "@(#)cfront:incl/sys/lock.h 1.2"*/ /* * flags for locking procs and texts */ #define UNLOCK 0 #define PROCLOCK 1 #define TXTLOCK 2 #define DATLOCK 4
www.eeworm.com/read/310556/13649258

h utsname.h

/* @(#) utsname.h 1.3 1/27/86 17:47:14 */ /*ident "@(#)cfront:incl/sys/utsname.h 1.3"*/ struct utsname { char sysname[9]; char nodename[9]; char release[9]; char version[9]; char machine[9]; };
www.eeworm.com/read/310556/13649266

h pw.h

/* @(#) pw.h 1.1 1/27/86 17:46:53 */ /*ident "@(#)cfront:incl/pw.h 1.1"/ extern char* logname(), recmp (const char* ...), regexp (const char* ...);