1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: */
6:
7: #ifndef lint
8: static char sccsid[] = "@(#)error.c 5.1 (Berkeley) 4/30/85";
9: #endif not lint
10:
11: /*
12: * error: default handling of errors.
13: */
14:
15: error(msg)
16: char *msg;
17: {
18: message(msg);
19: /* Maybe it would be nice to longjmp somewhere here */
20: }
Defined functions
error
defined in line
15; used 70 times
- in /usr/src/old/prep/prep.h line
33
- in /usr/src/ucb/PORT/pascal/pdx/breakpoint/bp.c line
95
- in /usr/src/ucb/PORT/pascal/pdx/machine/printdata.c line
37
- in /usr/src/ucb/PORT/pascal/pdx/machine/printerror.c line
34
- in /usr/src/ucb/PORT/pascal/pdx/mappings/objaddr.c line
58
- in /usr/src/ucb/PORT/pascal/pdx/process/ptrace.c line
138,
359
- in /usr/src/ucb/PORT/pascal/pdx/process/rdwr.c line
121
- in /usr/src/ucb/PORT/pascal/pdx/process/runcont.c line
83,
96,
110,
172
- in /usr/src/ucb/PORT/pascal/pdx/process/step.c line
44,
54
- in /usr/src/ucb/PORT/pascal/pdx/runtime/callproc.c line
53,
99-102(2),
118
- in /usr/src/ucb/PORT/pascal/pdx/runtime/wheredump.c line
31,
63
- in /usr/src/ucb/PORT/pascal/pdx/source/source.c line
64-67(2),
85
- in /usr/src/ucb/PORT/pascal/pdx/sym/attributes.c line
171
- in /usr/src/ucb/PORT/pascal/pdx/sym/printdecl.c line
108
- in /usr/src/ucb/PORT/pascal/pdx/sym/printval.c line
53,
75,
97,
145
- in /usr/src/ucb/PORT/pascal/pdx/sym/tree.c line
292,
301,
385,
416
- in /usr/src/ucb/PORT/pascal/pdx/sym/which.c line
53,
72
- in /usr/src/ucb/PORT/pascal/pdx/symtab/symtab.c line
178-181(2),
206
- in /usr/src/ucb/PORT/pascal/pdx/tree/assign.c line
32
- in /usr/src/ucb/PORT/pascal/pdx/tree/eval.c line
73-77(2),
131,
149-153(2),
199,
206,
213,
276,
296-300(2)
- in /usr/src/ucb/PORT/pascal/pdx/tree/misc.c line
50-54(2),
126,
132
- in /usr/src/ucb/PORT/pascal/pdx/tree/prtree.c line
146
- in /usr/src/ucb/PORT/pascal/pdx/tree/tracestop.c line
76,
87,
95,
111,
131,
151,
181,
208,
256,
265,
286,
292,
327
- in /usr/src/usr.bin/printf/printf.c line
65
- in /usr/src/usr.lib/lib2648/readline.c line
69
Defined variables
sccsid
defined in line
8;
never used