/[dtapublic]/projs/trunk/shared_source/tcl_base/regerrs.h
ViewVC logotype

Contents of /projs/trunk/shared_source/tcl_base/regerrs.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42 - (show annotations) (download)
Fri Oct 14 01:50:00 2016 UTC (7 years, 5 months ago) by dashley
File MIME type: text/plain
File size: 1464 byte(s)
Move shared source code to commonize.
1 /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/regerrs.h,v 1.1.1.1 2001/06/13 04:32:13 dtashley Exp $ */
2
3 { REG_OKAY, "REG_OKAY", "no errors detected" },
4 { REG_NOMATCH, "REG_NOMATCH", "failed to match" },
5 { REG_BADPAT, "REG_BADPAT", "invalid regexp (reg version 0.8)" },
6 { REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element" },
7 { REG_ECTYPE, "REG_ECTYPE", "invalid character class" },
8 { REG_EESCAPE, "REG_EESCAPE", "invalid escape \\ sequence" },
9 { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" },
10 { REG_EBRACK, "REG_EBRACK", "brackets [] not balanced" },
11 { REG_EPAREN, "REG_EPAREN", "parentheses () not balanced" },
12 { REG_EBRACE, "REG_EBRACE", "braces {} not balanced" },
13 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
14 { REG_ERANGE, "REG_ERANGE", "invalid character range" },
15 { REG_ESPACE, "REG_ESPACE", "out of memory" },
16 { REG_BADRPT, "REG_BADRPT", "quantifier operand invalid" },
17 { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" },
18 { REG_INVARG, "REG_INVARG", "invalid argument to regex function" },
19 { REG_MIXED, "REG_MIXED", "character widths of regex and string differ" },
20 { REG_BADOPT, "REG_BADOPT", "invalid embedded option" },
21
22 /* $History: regerrs.h $
23 *
24 * ***************** Version 1 *****************
25 * User: Dtashley Date: 1/02/01 Time: 12:09a
26 * Created in $/IjuScripter, IjuConsole/Source/Tcl Base
27 * Initial check-in.
28 */
29
30 /* End of REGERRS.H */

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25