代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6242492
c error.c
/* error.c 4.1 83/03/09 */
/*
* error: default handling of errors.
*/
error(msg)
char *msg;
{
message(msg);
/* Maybe it would be nice to longjmp somewhere here */
}
www.eeworm.com/read/101082/6242834
c error.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)ERROR.c 1.10 1/10/83";
#include
#include
/*
* Routine ERROR is called from the run
www.eeworm.com/read/101082/6244944
1 error.1
.\" SCCSID: @(#)error.1 8.2 12/3/90
.TH error 1
.SH Name
error \- analyze and disperse compiler error messages
.SH Syntax
.B error
[\fB\-n\fR] [\fB\-s\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-t\fI suffixlist
www.eeworm.com/read/101082/6246819
1 error.1
.\" SCCSID: @(#)error.1 8.2 12/3/90
.TH error 1
.SH Name
error \- analyze and disperse compiler error messages
.SH Syntax
.B error
[\fB\-n\fR] [\fB\-s\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-t\fI suffixlist
www.eeworm.com/read/101082/6248792
c error.c
#ifndef lint
static char *sccsid = "@(#)error.c 4.1 (ULTRIX) 7/17/90";
#endif lint
#include
error(dummy)
char *dummy;
{
printf("%s\n",dummy);
}
www.eeworm.com/read/101082/6248923
c error.c
#ifndef lint
static char *sccsid = "@(#)error.c 4.1 (ULTRIX) 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1984 by
www.eeworm.com/read/101082/6249309
c error.c
#ifndef lint
static CHTYPE *sccsid = "@(#)error.c 4.1 (Ultrix) 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by
www.eeworm.com/read/101082/6250640
c error.c
#include "defs"
char *linerr()
{
static char buff[50];
register int i;
for(i = filedepth; i>0 && filenames[i]==NULL ; --i)
;
if(i > 0)
sprintf(buff, "on line %d of file %s", yylineno, filenames[i]
www.eeworm.com/read/101082/6250902
h error.h
(*#@(#)error.h 4.1 Ultrix 7/17/90 *)
(****************************************************************************
* *
* Copyright (c) 1984 by *
* DIGITAL EQUIPMENT CORPORATI