Home
last modified time | relevance | path

Searched refs:search_type (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/less/
H A Dcommand.c155 if (search_type & SRCH_FILTER) in mca_search1()
159 if (search_type & SRCH_FORW) in mca_search1()
174 if (search_type & SRCH_WRAP) in mca_search1()
189 if (search_type & SRCH_FILTER) in mca_search1()
193 if (search_type & SRCH_FORW) in mca_search1()
566 search_type &= ~SRCH_WRAP; in mca_search_char()
609 search_type = norm_search_type(search_type ^ flag); in mca_search_char()
1167 search_type |= SRCH_FORW; in multi_search()
1307 search_type = SRCH_FORW; in commands()
1818 search_type = SRCH_REVERSE(search_type); in commands()
[all …]
H A Dsearch.c134 int search_type; member
204 info->search_type = search_type; in set_pattern()
215 info->search_type = 0; in init_pattern()
1124 if (search_type & SRCH_FORW) in search_pos()
1146 if (search_type & SRCH_FORW) in search_pos()
1155 if (search_type & SRCH_FORW) in search_pos()
1178 if (search_type & SRCH_FORW) in search_pos()
1378 if (search_type & SRCH_FORW) in osc8_search_line1()
1556 if (search_type & SRCH_FORW) in search_range()
1637 if (search_type & SRCH_OSC8) in search_range()
[all …]
H A Dpattern.c23 static int compile_pattern2(constant char *pattern, int search_type, PATTERN_TYPE *comp_pattern, in… in compile_pattern2() argument
25 if (search_type & SRCH_NO_REGEX) in compile_pattern2()
149 if (caseless != OPT_ONPLUS || (re_handles_caseless && !(search_type & SRCH_NO_REGEX))) in compile_pattern()
151 result = compile_pattern2(pattern, search_type, comp_pattern, show_error); in compile_pattern()
156 result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error); in compile_pattern()
304 search_type |= SRCH_NO_REGEX; in match_pattern1()
306 if (search_type & SRCH_NO_REGEX) in match_pattern1()
442 matched = (!(search_type & SRCH_NO_MATCH) && matched) || in match_pattern1()
443 ((search_type & SRCH_NO_MATCH) && !matched); in match_pattern1()
449 int matched = match_pattern1(pattern, tpattern, line, line_len, sp, ep, nsp, notbol, search_type); in match_pattern()
[all …]
H A Dfuncs.h354 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *c…
358 …ne, size_t line_len, constant char **sp, constant char **ep, int nsp, int notbol, int search_type);
377 public int get_cvt_ops(int search_type);
390 public void osc8_search(int search_type, constant char *param, int matches);
395 public int search(int search_type, constant char *pattern, int n);
397 public void set_filter_pattern(constant char *pattern, int search_type);
/dragonfly/contrib/gdb-7/gdb/
H A Dvalops.c645 struct type *search_type, in dynamic_cast_check_1() argument
652 for (i = 0; i < TYPE_N_BASECLASSES (search_type) && result_count < 2; ++i) in dynamic_cast_check_1()
657 if (class_types_same_p (desired_type, TYPE_BASECLASS (search_type, i))) in dynamic_cast_check_1()
664 *result = value_at_lazy (TYPE_BASECLASS (search_type, i), in dynamic_cast_check_1()
673 TYPE_BASECLASS (search_type, i), in dynamic_cast_check_1()
692 struct type *search_type, in dynamic_cast_check_2() argument
697 for (i = 0; i < TYPE_N_BASECLASSES (search_type) && result_count < 2; ++i) in dynamic_cast_check_2()
701 if (! BASETYPE_VIA_PUBLIC (search_type, i)) in dynamic_cast_check_2()
704 offset = baseclass_offset (search_type, i, valaddr, embedded_offset, in dynamic_cast_check_2()
710 *result = value_at_lazy (TYPE_BASECLASS (search_type, i), in dynamic_cast_check_2()
[all …]