Home
last modified time | relevance | path

Searched refs:e_objs (Results 1 – 3 of 3) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/bin/exactness/
H A Dcommon.c289 Exactness_Objects *e_objs; in exactness_unit_file_read() local
311 EINA_LIST_FOREACH(unit->objs, itr, e_objs) in exactness_unit_file_read()
314 EINA_LIST_FOREACH(e_objs->objs, itr2, e_obj) in exactness_unit_file_read()
318 EINA_LIST_FOREACH(e_objs->objs, itr2, e_obj) in exactness_unit_file_read()
321 e_objs->main_objs = eina_list_append(e_objs->main_objs, e_obj); in exactness_unit_file_read()
H A Dplayer.c229 Exactness_Objects *e_objs = calloc(1, sizeof(*e_objs)); in _shot_do() local
257 e_objs->objs = eina_list_append(e_objs->objs, e_obj); in _shot_do()
260 _dest_unit->objs = eina_list_append(_dest_unit->objs, e_objs); in _shot_do()
H A Dinspect.c794 Exactness_Objects *e_objs = elm_object_item_data_get(glit); in _gl_expanded_cb() local
797 EINA_LIST_FOREACH(e_objs->main_objs, itr, e_obj) in _gl_expanded_cb()
805 ii->ex_parent = e_objs; in _gl_expanded_cb()