Lines Matching defs:obj
43 DIALOG_CALLBACK obj; member
56 free_obj(MY_OBJ * obj) in free_obj()
73 restart_obj(MY_OBJ * obj) in restart_obj()
84 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj()
145 get_line(MY_OBJ * obj, int *restart) in get_line()
224 print_line(MY_OBJ * obj, const char *line, int row) in print_line()
238 wrote_size(MY_OBJ * obj, int want) in wrote_size()
251 wrote_data(MY_OBJ * obj, int want) in wrote_data()
264 reprint_lines(MY_OBJ * obj, int buttons) in reprint_lines()
278 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) in pause_for_ok()
390 MY_OBJ *obj; in dlg_progressbox() local