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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h239 } re_token_type_t; typedef in typeref:enum:__anon5495
302 re_token_type_t type : 8;
304 re_token_type_t type;
H A Dregexec.c1210 re_token_type_t type = dfa->nodes[node].type;
1294 re_token_type_t type = dfa->nodes[node].type;
1671 re_token_type_t type = dfa->nodes[prev_node].type;
2057 re_token_type_t type = dfa->nodes[node].type;
2101 re_token_type_t type = dfa->nodes[node].type;
2138 re_token_type_t type;
3052 re_token_type_t type = dfa->nodes[cur_node].type;
3546 re_token_type_t type = node->type;
H A Dregex_internal.c1620 re_token_type_t type = node->type;
1672 re_token_type_t type = node->type;
H A Dregcomp.c116 re_token_type_t type);
314 re_token_type_t type = dfa->nodes[node].type;
987 re_token_type_t type = dfa->nodes[node_idx].type;
3707 re_token_type_t type)

Completed in 55 milliseconds