Lines Matching refs:TRUE

790     common->has_set_som = TRUE;  in check_opcode_types()
791 common->might_be_empty = TRUE; in check_opcode_types()
854 common->has_then = TRUE; in check_opcode_types()
859 common->needs_start_ptr = TRUE; in check_opcode_types()
872 common->has_then = TRUE; in check_opcode_types()
878 common->needs_start_ptr = TRUE; in check_opcode_types()
884 common->has_skip_arg = TRUE; in check_opcode_types()
895 return TRUE; in check_opcode_types()
939 return TRUE; in detect_repeat()
989 return TRUE; in detect_repeat()
1002 return TRUE; in detect_repeat()
1067 BOOL repeat_check = TRUE; in set_private_data_ptrs()
1087 repeat_check = TRUE; in set_private_data_ptrs()
1254 *needs_control_head = TRUE; in get_framesize()
1266 capture_last_found = TRUE; in get_framesize()
1277 stack_restore = TRUE; in get_framesize()
1281 setsom_found = TRUE; in get_framesize()
1290 stack_restore = TRUE; in get_framesize()
1294 setmark_found = TRUE; in get_framesize()
1297 *needs_control_head = TRUE; in get_framesize()
1302 stack_restore = TRUE; in get_framesize()
1306 setsom_found = TRUE; in get_framesize()
1311 setmark_found = TRUE; in get_framesize()
1316 capture_last_found = TRUE; in get_framesize()
1325 stack_restore = TRUE; in get_framesize()
1329 capture_last_found = TRUE; in get_framesize()
1336 stack_restore = TRUE; in get_framesize()
1338 *needs_control_head = TRUE; in get_framesize()
1343 stack_restore = TRUE; in get_framesize()
1458 setsom_found = TRUE; in init_frame()
1474 setmark_found = TRUE; in init_frame()
1487 setsom_found = TRUE; in init_frame()
1496 setmark_found = TRUE; in init_frame()
1505 capture_last_found = TRUE; in init_frame()
1521 capture_last_found = TRUE; in init_frame()
1677 BOOL tmp1next = TRUE; in copy_private_data()
1678 BOOL tmp1empty = TRUE; in copy_private_data()
1679 BOOL tmp2empty = TRUE; in copy_private_data()
1927 tmp1next = TRUE; in copy_private_data()
1954 tmp1next = TRUE; in copy_private_data()
2635 return TRUE; in is_char7_bitset()
2794 read_char_range(common, 0, READ_CHAR_MAX, TRUE); in read_char()
3101 newlinecheck = TRUE; in mainloop_entry()
3127 read_char_range(common, common->nlmin, common->nlmax, TRUE); in mainloop_entry()
3128 check_newlinechar(common, common->nltype, &newline, TRUE); in mainloop_entry()
3159 if (common->utf) readuchar = TRUE; in mainloop_entry()
3161 if (newlinecheck) readuchar = TRUE; in mainloop_entry()
3252 while (TRUE) in scan_prefix()
3258 last = TRUE; in scan_prefix()
3265 caseless = TRUE; in scan_prefix()
3296 caseless = TRUE; in scan_prefix()
3304 caseless = TRUE; in scan_prefix()
3314 caseless = TRUE; in scan_prefix()
3361 any = TRUE; in scan_prefix()
3369 any = TRUE; in scan_prefix()
3378 any = TRUE; in scan_prefix()
3388 any = TRUE; in scan_prefix()
3397 any = TRUE; in scan_prefix()
3406 any = TRUE; in scan_prefix()
3422 any = TRUE; in scan_prefix()
3432 any = TRUE; in scan_prefix()
3447 any = TRUE; in scan_prefix()
3512 while (TRUE) in scan_prefix()
3629 in_range = TRUE; in fast_forward_first_n_chars()
3641 return TRUE; in fast_forward_first_n_chars()
3811 return TRUE; in fast_forward_first_n_chars()
3933 read_char_range(common, common->nlmin, common->nlmax, TRUE); in fast_forward_newline()
3990 if (!check_class_ranges(common, start_bits, (start_bits[31] & 0x80) != 0, TRUE, &matches)) in fast_forward_start_bits()
4302 return TRUE; in check_class_ranges()
4306 return TRUE; in check_class_ranges()
4316 return TRUE; in check_class_ranges()
4329 return TRUE; in check_class_ranges()
4340 return TRUE; in check_class_ranges()
4357 return TRUE; in check_class_ranges()
4379 return TRUE; in check_class_ranges()
4391 return TRUE; in check_class_ranges()
4821 needschar = TRUE; in compile_xclass_matchingpath()
4832 needschar = TRUE; in compile_xclass_matchingpath()
4865 needstype = TRUE; in compile_xclass_matchingpath()
4869 needsscript = TRUE; in compile_xclass_matchingpath()
4878 needstype = TRUE; in compile_xclass_matchingpath()
4879 needschar = TRUE; in compile_xclass_matchingpath()
4884 needschar = TRUE; in compile_xclass_matchingpath()
4906 …s_ranges(common, (const pcre_uint8 *)cc, (((const pcre_uint8 *)cc)[31] & 0x80) != 0, TRUE, &found)) in compile_xclass_matchingpath()
4931 charsaved = TRUE; in compile_xclass_matchingpath()
4933 if (!check_class_ranges(common, (const pcre_uint8 *)cc, FALSE, TRUE, list)) in compile_xclass_matchingpath()
5363 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5379 check_newlinechar(common, common->nltype, backtracks, TRUE); in compile_char1_matchingpath()
5499 check_partial(common, TRUE); in compile_char1_matchingpath()
5522 check_partial(common, TRUE); in compile_char1_matchingpath()
5560 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5608 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5648 check_partial(common, TRUE); in compile_char1_matchingpath()
5754 read_char_range(common, c, c, TRUE); in compile_char1_matchingpath()
5760 read_char_range(common, c < oc ? c : oc, c > oc ? c : oc, TRUE); in compile_char1_matchingpath()
6269 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, TRUE, TRUE); in compile_ref_iterator_matchingpath()
6303 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath()
6307 BACKTRACK_AS(recurse_backtrack)->inlined_pattern = TRUE; in compile_recurse_matchingpath()
6552 common->local_exit = TRUE; in compile_assert_matchingpath()
6558 common->positive_assert = TRUE; in compile_assert_matchingpath()
7044 …*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()
7369 matchingpath = compile_assert_matchingpath(common, matchingpath, assert, TRUE); in compile_bracket_matchingpath()
7542 zero = TRUE; in compile_bracketpos_matchingpath()
8287 has_then_trap = TRUE; in compile_matchingpath()
8438 …mon, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks, TRUE, FALSE); in compile_matchingpath()
8450 …mon, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks, TRUE, FALSE); in compile_matchingpath()
9670 int framesize = get_framesize(common, cc, NULL, TRUE, &needs_control_head); in compile_recurse()
9694 copy_private_data(common, ccbegin, ccend, TRUE, private_data_size + framesize + alternativesize, fr… in compile_recurse()
9699 init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE); in compile_recurse()
9948 common->needs_start_ptr = TRUE; in PRIV()
10218 common->local_exit = TRUE; in PRIV()