代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/458360/7298579
h times.h
/* @(#) times.h 1.2 1/27/86 17:47:13 */
/*ident "@(#)cfront:incl/sys/times.h 1.2"*/
/*
* Structure returned by times()
*/
struct tms {
time_t tms_utime; /* user time */
time_t tms_stime; /* syst
www.eeworm.com/read/458360/7298603
h math.h
/* @(#) math.h 1.4 1/27/86 17:46:49 */
/*ident "@(#)cfront:incl/math.h 1.4"*/
#ifndef _POLY9
extern int errno, signgam;
extern int abs (int);
extern double atof(const char*), frexp(double, int*);
ext
www.eeworm.com/read/310556/13649141
c task.c
/* @(#) task.c 1.2 1/27/86 17:48:10 */
/*ident "@(#)cfront:lib/task/task.c 1.2"*/
/* @(#) task.c 1.3 1/17/85 14:41:14 */
#include "task.h"
/* macros giving the addresses of the stack frame pointer
www.eeworm.com/read/310556/13649222
c y.tab.c
# line 43 "gram.y"
#include "size.h"
#include "cfront.h"
#define YYMAXDEPTH 300
extern int yyparse();
Pbase defa_type;
Pbase moe_type;
Pexpr dummy;
Pexpr zero;
Pclass ccl;
int cdi = 0;
static Pnam
www.eeworm.com/read/310556/13649254
h times.h
/* @(#) times.h 1.2 1/27/86 17:47:13 */
/*ident "@(#)cfront:incl/sys/times.h 1.2"*/
/*
* Structure returned by times()
*/
struct tms {
time_t tms_utime; /* user time */
time_t tms_stime; /* syst
www.eeworm.com/read/310556/13649278
h math.h
/* @(#) math.h 1.4 1/27/86 17:46:49 */
/*ident "@(#)cfront:incl/math.h 1.4"*/
#ifndef _POLY9
extern int errno, signgam;
extern int abs (int);
extern double atof(const char*), frexp(double, int*);
ext
www.eeworm.com/read/458360/7298467
c qtail.c
/* @(#) qtail.c 1.2 1/27/86 17:48:08 */
/*ident "@(#)cfront:lib/task/qtail.c 1.2"*/
#include "task.h"
qtail.qtail(int mode, int max) : (QTAIL)
/*
construct qtail oqueue
*/
{
DB(("x%x->qtail( %d
www.eeworm.com/read/458360/7298493
c sin.c
/*#ident "@(#)cfront:lib/complex/sin.c 1.3"*/
#include "complex.h"
#include "const.h"
complex
sin(complex z)
/*
sine of z: -i * sinh(i*z)
*/
{
complex y = complex(-z.im, z.re); /* i * z */
y = s
www.eeworm.com/read/458360/7298582
h ipc.h
/* @(#) ipc.h 1.4 1/27/86 17:47:05 */
/*ident "@(#)cfront:incl/sys/ipc.h 1.4"*/
/* Common IPC Access Structure */
// must be included.
struct ipc_perm {
ushort uid; /* owner's user id
www.eeworm.com/read/458360/7298590
h stream.h
/* @(#) stream.h 1.3 1/27/86 17:47:02 */
/*ident "@(#)cfront:incl/stream.h 1.3"*/
/*
stream.h, the header file for the C++ stream i/o system 4/06/85
*/
#ifndef NULL
#define NULL 0
#endif
#ifndef EOF