Lines Matching refs:ANCHOR
1080 case ANCHOR:
1379 if (node->token.type == ANCHOR)
1444 case ANCHOR:
1838 token->type = ANCHOR;
1845 token->type = ANCHOR;
1852 token->type = ANCHOR;
1859 token->type = ANCHOR;
1882 token->type = ANCHOR;
1889 token->type = ANCHOR;
1985 token->type = ANCHOR;
1999 token->type = ANCHOR;
2327 case ANCHOR:
2367 eg. RE"^*" is invalid or "<ANCHOR(^)><CHAR(*)>",
2368 it must not be "<ANCHOR(^)><REPEAT(*)>". */