Lines Matching refs:MY_OBJ
54 } MY_OBJ; typedef
57 free_obj(MY_OBJ * obj) in free_obj()
73 restart_obj(MY_OBJ * obj) in restart_obj()
83 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj()
144 get_line(MY_OBJ * obj, int *restart) in get_line()
223 print_line(MY_OBJ * obj, const char *line, int row) in print_line()
235 wrote_size(MY_OBJ * obj, int want) in wrote_size()
248 wrote_data(MY_OBJ * obj, int want) in wrote_data()
261 reprint_lines(MY_OBJ * obj, int buttons) in reprint_lines()
275 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) in pause_for_ok()
379 MY_OBJ *obj; in dlg_progressbox()
392 obj = dlg_calloc(MY_OBJ, 1); in dlg_progressbox()