| 412 |
"\\k is not followed by a braced, angle-bracketed, or quoted name\0" |
"\\k is not followed by a braced, angle-bracketed, or quoted name\0" |
| 413 |
/* 70 */ |
/* 70 */ |
| 414 |
"internal error: unknown opcode in find_fixedlength()\0" |
"internal error: unknown opcode in find_fixedlength()\0" |
| 415 |
|
"\\N is not supported in a class\0" |
| 416 |
; |
; |
| 417 |
|
|
| 418 |
/* Table to identify digits and hex digits. This is used when compiling |
/* Table to identify digits and hex digits. This is used when compiling |
| 3771 |
if (*errorcodeptr != 0) goto FAILED; |
if (*errorcodeptr != 0) goto FAILED; |
| 3772 |
|
|
| 3773 |
if (-c == ESC_b) c = CHAR_BS; /* \b is backspace in a class */ |
if (-c == ESC_b) c = CHAR_BS; /* \b is backspace in a class */ |
| 3774 |
|
else if (-c == ESC_N) /* \N is not supported in a class */ |
| 3775 |
|
{ |
| 3776 |
|
*errorcodeptr = ERR71; |
| 3777 |
|
goto FAILED; |
| 3778 |
|
} |
| 3779 |
else if (-c == ESC_Q) /* Handle start of quoted string */ |
else if (-c == ESC_Q) /* Handle start of quoted string */ |
| 3780 |
{ |
{ |
| 3781 |
if (ptr[1] == CHAR_BACKSLASH && ptr[2] == CHAR_E) |
if (ptr[1] == CHAR_BACKSLASH && ptr[2] == CHAR_E) |