Lines Matching defs:type

143     ucs2_t type;
163 ucs2_t type;
735 symp->type = _URE_NCCLASS;
738 symp->type = _URE_CCLASS;
937 symp->type = (c == 'p') ? _URE_CCLASS : _URE_NCCLASS;
941 symp->type = _URE_CHAR;
945 symp->type = _URE_CHAR;
949 symp->type = _URE_CHAR;
953 symp->type = _URE_CHAR;
957 symp->type = _URE_CHAR;
961 symp->type = _URE_CHAR;
965 symp->type = _URE_CHAR;
986 symp->type = _URE_CHAR;
997 symp->type = (c == '^') ? _URE_BOL_ANCHOR : _URE_EOL_ANCHOR;
1004 symp->type = _URE_ANY_CHAR;
1006 symp->type = _URE_CHAR;
1011 * If the symbol type happens to be a character and is a high surrogate,
1015 if (sp < ep && symp->type == _URE_CHAR &&
1037 * Last, make sure any _URE_CHAR type symbols are changed to lower case if
1040 if ((b->flags & _URE_DFA_CASEFOLD) && symp->type == _URE_CHAR)
1047 if (symp->type != _URE_BOL_ANCHOR && symp->type != _URE_EOL_ANCHOR)
1059 if (a->type != b->type || a->mods != b->mods || a->props != b->props)
1062 if (a->type == _URE_CCLASS || a->type == _URE_NCCLASS) {
1069 } else if (a->type == _URE_CHAR && a->sym.chr != b->sym.chr)
1101 if ((symbol.type == _URE_CCLASS || symbol.type == _URE_NCCLASS) &&
1137 _ure_make_expr(ucs2_t type, ucs2_t lhs, ucs2_t rhs, _ure_buffer_t *b)
1148 if (b->expr[i].type == type && b->expr[i].lhs == lhs &&
1169 b->expr[b->expr_used].type = type;
1407 switch (b->expr[state].type) {
1444 switch (b->expr[s1].type) {
1818 if ((dfa->syms[i].type == _URE_CCLASS ||
1819 dfa->syms[i].type == _URE_NCCLASS) &&
1848 if (sym->type == _URE_CCLASS || sym->type == _URE_NCCLASS) {
1852 if (sym->type == _URE_NCCLASS)
1856 if (sym->type == _URE_NCCLASS)
1915 switch (sym->type) {
2012 switch (sym->type) {
2054 if (sym->type == _URE_NCCLASS)
2071 if (sym->type == _URE_EOL_ANCHOR) {
2109 if (sym->type ==_URE_EOL_ANCHOR) {