代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/458360/7298498
c in.c
/* @(#) in.c 1.3 1/27/86 17:48:02 */
/*ident "@(#)cfront:lib/stream/in.c 1.3"*/
/*
C++ stream i/o source
in.c
*/
#include
#include "stream.h"
#include
filebuf cin_file(0); /
www.eeworm.com/read/458360/7298563
h token.h
/* @(#) token.h 1.3 1/27/86 17:49:33 */
/*ident "@(#)cfront:src/token.h 1.3" */
#ifndef EOF
#include
#endif
extern void lex_clear();
extern void ktbl_init();
extern void otbl_init();
#defi
www.eeworm.com/read/458360/7298575
h dial.h
/* @(#) dial.h 1.3 1/27/86 17:46:38 */
/*ident "@(#)cfront:incl/dial.h 1.3"*/
#ifndef IUCLC
#include
#endif
#define LDEVS "/usr/lib/uucp/L-devices"
#define SYSFILE "/usr/lib/uucp/L.sys
www.eeworm.com/read/458360/7298587
h ustat.h
/* @(#) ustat.h 1.2 1/27/86 17:47:24 */
/*ident "@(#)cfront:incl/ustat.h 1.2"*/
/* must be included */
struct ustat {
daddr_t f_tfree; /* total free */
ino_t f_tinode; /* total i
www.eeworm.com/read/458360/7298611
h utmp.h
/* @(#) utmp.h 1.2 1/27/86 17:47:25 */
/*ident "@(#)cfront:incl/utmp.h 1.2"*/
/* must be included. */
#define UTMP_FILE "/etc/utmp"
#define WTMP_FILE "/etc/wtmp"
#define ut_name ut
www.eeworm.com/read/310556/13649138
c qhead.c
/* @(#) qhead.c 1.2 1/27/86 17:48:07 */
/*ident "@(#)cfront:lib/task/qhead.c 1.2"*/
#include "task.h"
/* a qhead's qh_queue has its pointer q_ptr pointing the last
element of a circular list, so tha
www.eeworm.com/read/310556/13649155
c _vec.c
/* @(#) _vec.c 1.2 1/27/86 17:47:53 */
/*ident "@(#)cfront:lib/new/_vec.c 1.2"*/
typedef void* PV;
typedef void (*PF)(PV);
extern PV
_vec_new(PV op, int n, int sz, PV f)
/*
allocate a vector of "n"
www.eeworm.com/read/310556/13649167
c abs.c
/* @(#) abs.c 1.2 1/27/86 17:47:28 */
/*ident "@(#)cfront:lib/complex/abs.c 1.2"*/
#include "complex.h"
#include "const.h"
double
abs(complex z)
{
register double temp;
register double r = z.re;
r
www.eeworm.com/read/310556/13649172
c out.c
/* @(#) out.c 1.2 1/27/86 17:48:03 */
/*ident "@(#)cfront:lib/stream/out.c 1.2"*/
/*
C++ stream i/o source
out.c
*/
sprintf(char*,char* ...);
strlen(char*);
#include "stream.h"
#include
www.eeworm.com/read/310556/13649173
c in.c
/* @(#) in.c 1.3 1/27/86 17:48:02 */
/*ident "@(#)cfront:lib/stream/in.c 1.3"*/
/*
C++ stream i/o source
in.c
*/
#include
#include "stream.h"
#include
filebuf cin_file(0); /