Searched refs:has_accept (Results 1 – 1 of 1) sorted by relevance
1900 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length() argument2110 *has_accept = accept_found; in get_recurse_data_length()11807 BOOL has_accept; in compile_recurse() local11808 …ize = get_recurse_data_length(common, ccbegin, ccend, &needs_control_head, &has_quit, &has_accept); in compile_recurse()11873 allocate_stack(common, (alt_max > 1 || has_accept) ? 2 : 1); in compile_recurse()11876 if (alt_max > 1 || has_accept) in compile_recurse()11890 if (has_accept) in compile_recurse()11921 free_stack(common, has_accept ? 2 : 1); in compile_recurse()11976 if (has_accept) in compile_recurse()11994 SLJIT_ASSERT(has_accept); in compile_recurse()