Home
last modified time | relevance | path

Searched refs:obj_show (Results 1 – 2 of 2) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Deng_frame.c53 eng_list *obj_valid, *obj_show, *obj_modif; in eng_create_frame() local
64 obj_show = eng_list_new(); in eng_create_frame()
103 o->entry_show = eng_list_append(obj_show, o); in eng_create_frame()
223 eng_update_bufout(f, c, obj_show); in eng_create_frame()
239 eng_list_destroy(obj_show); in eng_create_frame()
297 void eng_update_bufout(eng_frame *f, eng_coord *zone, eng_list *obj_show) { in eng_update_bufout() argument
306 for(lst = eng_list_first(obj_show) ; lst ; lst=lst->next) { in eng_update_bufout()
H A Deng_frame.h34 void eng_update_bufout(eng_frame *f, eng_coord *zone, eng_list *obj_show);