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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregcomp.c55 static int fetch_number (re_string_t *input, re_token_t *token,
57 static int peek_token (re_token_t *token, re_string_t *input,
62 re_token_t *token, reg_syntax_t syntax,
65 re_token_t *token, reg_syntax_t syntax,
68 re_token_t *token, reg_syntax_t syntax,
71 re_token_t *token, reg_syntax_t syntax,
74 re_dfa_t *dfa, re_token_t *token,
77 re_token_t *token, reg_syntax_t syntax,
81 re_token_t *token, int token_len,
87 re_token_t *toke
[all...]
H A Dregex_internal.h315 } re_token_t; typedef in typeref:struct:__anon1715
449 re_token_t token;
618 re_token_t *nodes;
H A Dregex_internal.c1412 re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
1420 re_token_t *new_nodes;
1423 const size_t max_object_size = MAX (sizeof (re_token_t),
1429 new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);
1636 re_token_t *node = dfa->nodes + nodes->elems[i];
1688 re_token_t *node = dfa->nodes + nodes->elems[i];
H A Dregexec.c198 const re_token_t *node, int idx)
2602 const re_token_t *node = dfa->nodes + node_idx;
2889 const re_token_t *node = dfa->nodes + cls_node;
3581 re_token_t *node = &dfa->nodes[cur_nodes->elems[i]];
3759 const re_token_t *node = dfa->nodes + node_idx;
4059 check_node_accept (const re_match_context_t *mctx, const re_token_t *node,

Completed in 71 milliseconds