Searched refs:MY_OBJ (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | guage.c | 49 } MY_OBJ; typedef 51 static MY_OBJ *all_objects; 54 valid(MY_OBJ * obj) in valid() 56 MY_OBJ *list = all_objects; in valid() 70 delink(MY_OBJ * obj) in delink() 72 MY_OBJ *p = all_objects; in delink() 73 MY_OBJ *q = 0; in delink() 119 repaint_text(MY_OBJ * obj) in repaint_text() 184 MY_OBJ *obj = (MY_OBJ *) cb; in handle_input() 256 status = (valid((MY_OBJ *) cb) && (cb->input != 0)); in handle_my_getc() [all …]
|
H A D | tailbox.c | 39 } MY_OBJ; typedef 45 get_line(MY_OBJ * obj) in get_line() 84 print_line(MY_OBJ * obj, WINDOW *win, int row, int width) in print_line() 104 last_lines(MY_OBJ * obj, int target) in last_lines() 168 print_page(MY_OBJ * obj, int height, int width) in print_page() 179 print_last_page(MY_OBJ * obj) in print_last_page() 189 repaint_text(MY_OBJ * obj) in repaint_text() 207 MY_OBJ *obj = (MY_OBJ *) cb; in handle_input() 236 MY_OBJ *obj = (MY_OBJ *) cb; in handle_my_getc() 337 MY_OBJ *obj; in dialog_tailbox() [all …]
|
H A D | progressbox.c | 53 } MY_OBJ; typedef 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() [all …]
|
H A D | textbox.c | 50 } MY_OBJ; typedef 53 lseek_obj(MY_OBJ * obj, long offset, int mode) in lseek_obj() 74 ftell_obj(MY_OBJ * obj) in ftell_obj() 80 lseek_set(MY_OBJ * obj, long offset) in lseek_set() 91 lseek_end(MY_OBJ * obj, long offset) in lseek_end() 101 lseek_cur(MY_OBJ * obj, long offset) in lseek_cur() 128 read_high(MY_OBJ * obj, size_t size_read) in read_high() 212 find_first(MY_OBJ * obj, char *buffer, long length) in find_first() 232 tabize(MY_OBJ * obj, long val, long *first_pos) in tabize() 280 get_line(MY_OBJ * obj) in get_line() [all …]
|