home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / shells / tcshsrc.zoo / tcsh / sh.err.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-25  |  3.1 KB  |  135 lines

  1. #ifndef _h_sh_err
  2. #define _h_sh_err
  3. #define ERR_FLAGS    0xf0000000
  4. #define ERR_NAME    0x10000000
  5. #define ERR_SILENT    0x20000000
  6. #define ERR_OLD        0x40000000
  7. #define ERR_SYNTAX    0
  8. #define ERR_NOTALLOWED    1
  9. #define ERR_WTOOLONG    2
  10. #define ERR_LTOOLONG    3
  11. #define ERR_DOLZERO    4
  12. #define ERR_DOLQUEST    5
  13. #define ERR_INCBR    6
  14. #define ERR_EXPORD    7
  15. #define ERR_BADMOD    8
  16. #define ERR_SUBSCRIPT    9
  17. #define ERR_BADNUM    10
  18. #define ERR_NOMORE    11
  19. #define ERR_FILENAME    12
  20. #define ERR_GLOB    13
  21. #define ERR_COMMAND    14
  22. #define ERR_TOOFEW    15
  23. #define ERR_TOOMANY    16
  24. #define ERR_DANGER    17
  25. #define ERR_EMPTYIF    18
  26. #define ERR_IMPRTHEN    19
  27. #define ERR_NOPAREN    20
  28. #define ERR_NOTFOUND    21
  29. #define ERR_MASK    22
  30. #define ERR_LIMIT    23
  31. #define ERR_TOOLARGE    24
  32. #define ERR_SCALEF    25
  33. #define ERR_UNDVAR    26
  34. #define ERR_DEEP    27
  35. #define ERR_BADSIG    28
  36. #define ERR_UNKSIG    29
  37. #define ERR_VARBEGIN    30
  38. #define ERR_VARTOOLONG    31
  39. #define ERR_VARALNUM    32
  40. #define ERR_JOBCONTROL    33
  41. #define ERR_EXPRESSION    34
  42. #define ERR_NOHOMEDIR    35
  43. #define ERR_CANTCHANGE    36
  44. #define ERR_NULLCOM    37
  45. #define ERR_ASSIGN    38
  46. #define ERR_UNKNOWNOP    39
  47. #define ERR_AMBIG    40
  48. #define ERR_EXISTS    41
  49. #define ERR_ARGC    42
  50. #define ERR_INTR    43
  51. #define ERR_RANGE    44
  52. #define ERR_OVERFLOW    45
  53. #define ERR_NOSUCHJOB    46
  54. #define ERR_TERMINAL    47
  55. #define ERR_NOTWHILE    48
  56. #define ERR_NOPROC    49
  57. #define ERR_NOMATCH    50
  58. #define ERR_MISSING    51
  59. #define ERR_UNMATCHED    52
  60. #define ERR_NOMEM    53
  61. #define ERR_PIPE    54
  62. #define ERR_SYSTEM    55
  63. #define ERR_STRING    56
  64. #define ERR_JOBS    57
  65. #define ERR_JOBARGS    58
  66. #define ERR_JOBCUR    59
  67. #define ERR_JOBPREV    60
  68. #define ERR_JOBPAT    61
  69. #define ERR_NESTING    62
  70. #define ERR_JOBCTRLSUB    63
  71. #define ERR_SYNC    64
  72. #define ERR_STOPPED    65
  73. #define ERR_NODIR    66
  74. #define ERR_EMPTY    67
  75. #define ERR_BADDIR    68
  76. #define ERR_DIRUS    69
  77. #define ERR_HFLAG    70
  78. #define ERR_NOTLOGIN    71
  79. #define ERR_DIV0    72
  80. #define ERR_MOD0    73
  81. #define ERR_BADSCALE    74
  82. #define ERR_SUSPLOG    75
  83. #define ERR_UNKUSER    76
  84. #define ERR_NOHOME    77
  85. #define ERR_HISTUS    78
  86. #define ERR_SPDOLLT    79
  87. #define ERR_NEWLINE    80
  88. #define ERR_SPSTAR    81
  89. #define ERR_DIGIT    82
  90. #define ERR_VARILL    83
  91. #define ERR_NLINDEX    84
  92. #define ERR_EXPOVFL    85
  93. #define ERR_VARSYN    86
  94. #define ERR_BADBANG    87
  95. #define ERR_NOSUBST    88
  96. #define ERR_BADSUBST    89
  97. #define ERR_LHS        90
  98. #define ERR_RHSLONG    91
  99. #define ERR_BADBANGMOD    92
  100. #define ERR_MODFAIL    93
  101. #define ERR_SUBOVFL    94
  102. #define ERR_BADBANGARG    95
  103. #define ERR_NOSEARCH    96
  104. #define ERR_NOEVENT    97
  105. #define ERR_TOOMANYRP    98
  106. #define ERR_TOOMANYLP    99
  107. #define ERR_BADPLP    100
  108. #define ERR_MISRED    101
  109. #define ERR_OUTRED    102
  110. #define ERR_REDPAR    103
  111. #define ERR_INRED    104
  112. #define ERR_BADPLPS    105
  113. #define ERR_VARMOD    106
  114. #define ERR_ALIASLOOP    107
  115. #define ERR_NOWATCH    108
  116. #define ERR_NOSCHED    109
  117. #define ERR_SCHEDUSAGE    110
  118. #define ERR_SCHEDEV    111
  119. #define ERR_SCHEDCOM    112
  120. #define ERR_SCHEDTIME    113
  121. #define ERR_SCHEDREL    114
  122. #define ERR_TCNOSTR    115
  123. #define ERR_SETTCUS    116
  124. #define ERR_TCCAP    117
  125. #define ERR_TCPARM    118
  126. #define ERR_TCARGS    119
  127. #define ERR_TCNARGS    120
  128. #define ERR_TCUSAGE    121
  129. #define ERR_ARCH    122
  130. #define ERR_HISTLOOP    123
  131. #define ERR_FILEINQ    124
  132. #define ERR_SELOVFL    125
  133. #define ERR_INVALID    126
  134. #endif /* _h_sh_err */
  135.