Searched refs:token (Results 1 – 5 of 5) sorted by relevance
1374 op->token.opr.idx = cls->token.opr.idx = node->token.opr.idx; in lower_subexp()1375 op->token.opt_subexp = cls->token.opt_subexp = node->token.opt_subexp; in lower_subexp()1792 token->opr.c = c; in peek_token()1939 token->word_char = IS_WORD_CHAR (token->opr.c); in peek_token()2028 token->opr.c = c; in peek_token_bracket()2164 if (token->type != OP_ALT && token->type != END_OF_RE in parse_reg_exp()2209 while (token->type != OP_ALT && token->type != END_OF_RE in parse_branch()2535 if (token->type == CHARACTER && token->opr.c == ',') in parse_dup_op()2547 : ((token->type == CHARACTER && token->opr.c == ',') in parse_dup_op()3840 tree->token = *token; in create_token_tree()[all …]
1412 re_dfa_add_node (re_dfa_t *dfa, re_token_t token) in re_dfa_add_node() argument1452 dfa->nodes[dfa->nodes_len] = token; in re_dfa_add_node()1456 ((token.type == OP_PERIOD && dfa->mb_cur_max > 1) in re_dfa_add_node()1457 || token.type == COMPLEX_BRACKET); in re_dfa_add_node()
476 re_token_t token; member
12 ; the first token contains the expression to compile, the second the string
1718 * inet/ruserpass.c (token): Likewise.4467 * locale/programs/locfile-token.h: Likewise.7444 * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
Completed in 30 milliseconds