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

Annotation of /projs/trunk/shared_source/c_tcl_base_7_5_w_mods/regerrs.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (hide annotations) (download)
Mon Oct 31 00:57:34 2016 UTC (7 years, 4 months ago) by dashley
File MIME type: text/plain
File size: 1140 byte(s)
Header and footer cleanup.
1 dashley 64 /* $Header$ */
2 dashley 25
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 dashley 67 /* End of regerrs.h */

Properties

Name Value
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25