Home
last modified time | relevance | path

Searched refs:r_str_ansi_filter (Results 1 – 10 of 10) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/test/unit/legacy_unit/util/
H A Dtest_str.c105 check_int(5, r_str_ansi_filter(dst, NULL, NULL, -1), "r_str_ansi_filter (normal string)"); in main()
108 check_int(5, r_str_ansi_filter(dst, NULL, NULL, -1), "r_str_ansi_filter"); in main()
111 check_int(3, r_str_ansi_filter(dst, NULL, NULL, 8), "r_str_ansi_filter (length)"); in main()
114 r_str_ansi_filter(dst, &orig, NULL, -1); in main()
117 int res = r_str_ansi_filter(dst, NULL, &cpos, -1); in main()
132 l = r_str_ansi_filter (str, &orig, &cpos, 0); in main()
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dpager.c33 m_len = r_str_ansi_filter (m_addr, NULL, NULL, m_len); in pager_color_line()
113 int ncpos = r_str_ansi_filter (clean, NULL, &cpos, -1); in pager_all_matches()
H A Dgrep.c517 r_str_ansi_filter (bb, NULL, NULL, -1); in r_cons_grepbuf()
606 tl = r_str_ansi_filter (tline, NULL, NULL, l); in r_cons_grepbuf()
H A Dhud.c68 r_str_ansi_filter (ansi_filtered, NULL, &cps, -1); in __matchString()
H A Dcons.c1819 l = r_str_ansi_filter (clean, &orig, &cpos, -1); in r_cons_highlight()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr_trim.c66 r_str_ansi_filter (s, NULL, NULL, -1); in r_str_trim_lines()
H A Dstr.c1087 r_str_ansi_filter (str_p, NULL, NULL, newo); in r_str_replace_thunked()
2051 R_API int r_str_ansi_filter(char *str, char **out, int **cposs, int len) { in r_str_ansi_filter() function
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h123 R_API int r_str_ansi_filter(char *str, char **out, int **cposs, int len);
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dpanels.c3639 r_str_ansi_filter (R, NULL, NULL, -1); in __get_word_from_canvas()
3641 r_str_ansi_filter (r, NULL, NULL, -1); in __get_word_from_canvas()
3668 r_str_ansi_filter (R, NULL, NULL, -1); in __get_word_from_canvas_for_menu()
3670 r_str_ansi_filter (r, NULL, NULL, -1); in __get_word_from_canvas_for_menu()
4938 r_str_ansi_filter (child->name, NULL, NULL, -1); in __settings_colors_cb()
5654 r_str_ansi_filter (s, NULL, NULL, -1); in demo_begin()
5682 r_str_ansi_filter (s, NULL, NULL, -1); in demo_end()
H A Ddisasm.c2327 r_str_ansi_filter (name, NULL, NULL, -1); in ds_show_flags()