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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Dformat.txt5 CHARACTER DATA
11 CHARACTER PROPERTIES
151 same way as described in the CHARACTER PROPERTIES section.
177 same way as described in the CHARACTER PROPERTIES section.
206 same way as described in the CHARACTER PROPERTIES section.
232 same way as described in the CHARACTER PROPERTIES section.
260 same way as described in the CHARACTER PROPERTIES section.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.l81 CHARACTER { return kw_CHARACTER; }
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c310 if (type == CHARACTER)
324 && dfa->nodes[node].type == CHARACTER
1030 case CHARACTER:
1081 if (dfa->nodes[node].type == CHARACTER
1750 token->type = CHARACTER;
1766 token->type = CHARACTER;
1880 token->type = CHARACTER;
1984 token->type = CHARACTER;
1997 token->type = CHARACTER;
2026 token->type = CHARACTER;
[all...]
H A Dregex_internal.h229 CHARACTER = 1, enumerator in enum:__anon2831
327 unsigned char c; /* for CHARACTER */
H A Dregexec.c3550 if (type == CHARACTER)
3607 if (type == CHARACTER && !node->word_char)
3626 if (type == CHARACTER && node->word_char)
3654 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c))
4029 case CHARACTER:
H A Dregex_internal.c1543 if (type == CHARACTER && !node->constraint)
1599 if (type == CHARACTER && !constraint)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Df-exp.y203 %token <lval> CHARACTER
609 | CHARACTER
861 { "character", CHARACTER, BINOP_END },
H A Df-exp.c80 CHARACTER = 282, enumerator in enum:yytokentype
120 #define CHARACTER 282 macro
508 "BOOL_AND", "BOOL_OR", "BOOL_NOT", "CHARACTER", "VARIABLE",
2300 { "character", CHARACTER, BINOP_END },

Completed in 192 milliseconds