Home
last modified time | relevance | path

Searched refs:MY_OBJ (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/dialog/
HDguage.c49 } 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()
183 MY_OBJ *obj = (MY_OBJ *) cb; in handle_input()
255 status = (valid((MY_OBJ *) cb) && (cb->input != 0)); in handle_my_getc()
[all …]
HDtailbox.c39 } 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()
166 print_page(MY_OBJ * obj, int height, int width) in print_page()
177 print_last_page(MY_OBJ * obj) in print_last_page()
187 repaint_text(MY_OBJ * obj) in repaint_text()
205 MY_OBJ *obj = (MY_OBJ *) cb; in handle_input()
234 MY_OBJ *obj = (MY_OBJ *) cb; in handle_my_getc()
326 MY_OBJ *obj; in dialog_tailbox()
[all …]
HDprogressbox.c54 } 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()
[all …]
HDtextbox.c50 } 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()
203 find_first(MY_OBJ * obj, char *buffer, long length) in find_first()
221 tabize(MY_OBJ * obj, long val, long *first_pos) in tabize()
269 get_line(MY_OBJ * obj) in get_line()
[all …]