gf_term_get_text_selection 1528 applications/osmo4_w32/MainFrm.cpp 	const char *text = gf_term_get_text_selection(GetApp()->m_term, GF_FALSE);
gf_term_get_text_selection 1552 applications/osmo4_w32/MainFrm.cpp 	        && (gf_term_get_text_selection(app->m_term, GF_TRUE)!=NULL)
gf_term_get_text_selection 2352 applications/osmo4_wx/wxOsmo4.cpp 	const char *text = gf_term_get_text_selection(m_term, 0);
gf_term_get_text_selection 2362 applications/osmo4_wx/wxOsmo4.cpp 	if (gf_term_get_text_selection(m_term, 1)!=NULL) {
gf_term_get_text_selection  811 applications/osmophone/main.cpp 	else if (gf_term_get_text_selection(term, GF_TRUE)!=NULL) {
gf_term_get_text_selection  813 applications/osmophone/main.cpp 		const char *text = gf_term_get_text_selection(term, GF_FALSE);
gf_term_get_text_selection 1098 applications/osmophone/main.cpp 	    (gf_term_get_text_selection(term, GF_TRUE)!=NULL)
gf_term_get_text_selection  165 include/gpac/terminal.h const char *gf_term_get_text_selection(GF_Terminal *term, Bool probe_only);