Searched refs:CHARACTER (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregcomp.c323 if (type == CHARACTER)
337 && dfa->nodes[node].type == CHARACTER
1076 case CHARACTER:
1128 if (dfa->nodes[node].type == CHARACTER
1793 token->type = CHARACTER;
1809 token->type = CHARACTER;
1923 token->type = CHARACTER;
2028 token->type = CHARACTER;
2041 token->type = CHARACTER;
2070 token->type = CHARACTER;
[all...]
H A Dregex_internal.h237 CHARACTER = 1, enumerator in enum:__anon165
335 unsigned char c; /* for CHARACTER */
H A Dregexec.c3610 if (type == CHARACTER)
3667 if (type == CHARACTER && !node->word_char)
3686 if (type == CHARACTER && node->word_char)
3714 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c))
4090 case CHARACTER:
H A Dregex_internal.c1647 if (type == CHARACTER && !node->constraint)
1701 if (type == CHARACTER && !constraint)

Completed in 37 milliseconds