Lines Matching refs:prev

462   UChar *p, *prev;  in compile_length_string_node()  local
471 p = prev = sn->s; in compile_length_string_node()
483 r = add_compile_string_length(prev, prev_len, slen, reg, ambig); in compile_length_string_node()
485 prev = p; in compile_length_string_node()
491 r = add_compile_string_length(prev, prev_len, slen, reg, ambig); in compile_length_string_node()
510 UChar *p, *prev, *end; in compile_string_node() local
520 p = prev = sn->s; in compile_string_node()
531 r = add_compile_string(prev, prev_len, slen, reg, ambig); in compile_string_node()
534 prev = p; in compile_string_node()
541 return add_compile_string(prev, prev_len, slen, reg, ambig); in compile_string_node()
1162 OnigOptionType prev = reg->options; in compile_length_option_node() local
1166 reg->options = prev; in compile_length_option_node()
1170 if (IS_DYNAMIC_OPTION(prev ^ node->option)) { in compile_length_option_node()
1182 OnigOptionType prev = reg->options; in compile_option_node() local
1184 if (IS_DYNAMIC_OPTION(prev ^ node->option)) { in compile_option_node()
1187 r = add_opcode_option(reg, OP_SET_OPTION, prev); in compile_option_node()
1195 reg->options = prev; in compile_option_node()
1197 if (IS_DYNAMIC_OPTION(prev ^ node->option)) { in compile_option_node()
1199 r = add_opcode_option(reg, OP_SET_OPTION, prev); in compile_option_node()
3520 Node* prev = NULL_NODE; in setup_comb_exp_check() local
3523 prev = NCAR(node); in setup_comb_exp_check()
3664 Node* prev = NULL_NODE; in setup_tree() local
3667 if (IS_NOT_NULL(prev) && r == 0) { in setup_tree()
3668 r = next_setup(prev, NCAR(node), reg); in setup_tree()
3670 prev = NCAR(node); in setup_tree()
5239 regex_t *head, *prev; in onig_chain_reduce() local
5241 prev = reg; in onig_chain_reduce()
5242 head = prev->chain; in onig_chain_reduce()
5246 prev = head; in onig_chain_reduce()
5249 prev->chain = (regex_t* )NULL; in onig_chain_reduce()
5596 OnigEndCallListItemType* prev; in exec_end_call_list() local
5603 prev = EndCallTop; in exec_end_call_list()
5605 xfree(prev); in exec_end_call_list()