Lines Matching defs:obj
39 DIALOG_CALLBACK obj; member
52 free_obj(MY_OBJ * obj) in free_obj()
69 restart_obj(MY_OBJ * obj) in restart_obj()
80 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj()
141 get_line(MY_OBJ * obj, int *restart) in get_line()
220 print_line(MY_OBJ * obj, const char *line, int row) in print_line()
234 wrote_size(MY_OBJ * obj, int want) in wrote_size()
247 wrote_data(MY_OBJ * obj, int want) in wrote_data()
260 reprint_lines(MY_OBJ * obj, int buttons) in reprint_lines()
274 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) in pause_for_ok()
386 MY_OBJ *obj; in dlg_progressbox() local