代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/458360/7298531
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/458360/7298533
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/458360/7298534
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/458360/7298535
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/458360/7298543
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/458360/7298565
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/458360/7298580
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/458360/7298583
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/458360/7298591
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* ...);
www.eeworm.com/read/458360/7298592
h memory.h
/* @(#) memory.h 1.3 1/27/86 17:46:50 */
/*ident "@(#)cfront:incl/memory.h 1.3"*/
extern char
*memccpy(char*, const char*, int, int),
*memchr(const char*, int, int),
*memcpy(char*, const char*, int