代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/310556/13649238
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/310556/13649250
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/310556/13649262
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/310556/13649286
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/458360/7298469
c sched.c
/* @(#) sched.c 1.2 1/27/86 17:48:09 */
/*ident "@(#)cfront:lib/task/sched.c 1.2"*/
/* @(#) sched.c 1.1 1/17/85 14:49:22 */
#include "task.h"
void setclock(long t)
{
if (clock) task_error(E_SETCLOCK
www.eeworm.com/read/458360/7298471
c obj.c
/* @(#) obj.c 1.2 1/27/86 17:48:06 */
/*ident "@(#)cfront:lib/task/obj.c 1.2"*/
#include "task.h"
object.~object()
{
DB(("x%x->~object()\n", this));
if (o_link) task_error(E_OLINK,this);
if (o_next
www.eeworm.com/read/458360/7298487
c oper.c
/* @(#) oper.c 1.2 1/27/86 17:47:38 */
/*ident "@(#)cfront:lib/complex/oper.c 1.2"*/
#include "complex.h"
#include "const.h"
complex
operator*(complex a1,complex a2)
{
return complex(a1.re*a2.re-a1
www.eeworm.com/read/458360/7298572
h pwd.h
/* @(#) pwd.h 1.4 1/27/86 17:46:54 */
/*ident "@(#)cfront:incl/pwd.h 1.4"*/
#ifndef FILE
# include
#endif
struct passwd {
char *pw_name;
char *pw_passwd;
int pw_uid;
int pw_gid;
www.eeworm.com/read/458360/7298581
h stat.h
/* @(#) stat.h 1.3 1/27/86 17:47:11 */
/*ident "@(#)cfront:incl/sys/stat.h 1.3"*/
/*
* Structure of the result of stat
*/
struct stat
{
dev_t st_dev;
ino_t st_ino;
ushort st_mode;
short st_n
www.eeworm.com/read/310556/13649144
c sched.c
/* @(#) sched.c 1.2 1/27/86 17:48:09 */
/*ident "@(#)cfront:lib/task/sched.c 1.2"*/
/* @(#) sched.c 1.1 1/17/85 14:49:22 */
#include "task.h"
void setclock(long t)
{
if (clock) task_error(E_SETCLOCK