|
|
1.1 root 1: typedef enum Error{
2: /* error_s */
3: Eopen,
4: Ecreate,
5: Emenu,
6: Emodified,
7: Eio,
8: /* error_c */
9: Eunk,
10: Emissop,
11: Edelim,
12: /* error */
13: Efork,
14: Ealloc,
15: Eintr,
16: Eaddress,
17: Esearch,
18: Epattern,
19: Enewline,
20: Eblank,
21: Enopattern,
22: EnestXY,
23: Enolbrace,
24: Enoaddr,
25: Eoverlap,
26: Enosub,
27: Elongsub,
28: Elongrhs,
29: Ebadrhs,
30: Erange,
31: Esequence,
32: Elong,
33: Eorder,
34: Enoname,
35: Eleftpar,
36: Erightpar,
37: Eclass,
38: Ebadclass,
39: Eoverflow,
40: Enocmd,
41: Epipe,
42: Enofile,
43: Etoolong,
44: Echanges,
45: Eempty,
46: Efsearch,
47: Emanyfiles,
48: }Error;
49: typedef enum Warning{
50: /* warn_s */
51: Wdupname,
52: Wfile,
53: Wdate,
54: /* warn */
55: Wnonascii,
56: Wpwd,
57: Wnotnewline,
58: Wbadstatus,
59: }Warning;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.