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

/freebsd-11-stable/contrib/dialog/
H A Dguage.c49 } MY_OBJ; typedef in typeref:struct:_my_obj
51 static MY_OBJ *all_objects;
54 valid(MY_OBJ * obj)
56 MY_OBJ *list = all_objects;
70 delink(MY_OBJ * obj)
72 MY_OBJ *p = all_objects;
73 MY_OBJ *q = 0;
119 repaint_text(MY_OBJ * obj)
183 MY_OBJ *obj = (MY_OBJ *) c
[all...]
H A Dtailbox.c39 } MY_OBJ; typedef in typeref:struct:__anon957
45 get_line(MY_OBJ * obj)
84 print_line(MY_OBJ * obj, WINDOW *win, int row, int width)
109 last_lines(MY_OBJ * obj, int target)
171 print_page(MY_OBJ * obj, int height, int width)
182 print_last_page(MY_OBJ * obj)
192 repaint_text(MY_OBJ * obj)
210 MY_OBJ *obj = (MY_OBJ *) cb;
225 MY_OBJ *ob
[all...]
H A Dprogressbox.c37 } MY_OBJ; typedef in typeref:struct:__anon953
43 get_line(MY_OBJ * obj)
90 print_line(MY_OBJ * obj, WINDOW *win, int row, int width)
205 MY_OBJ *obj;
251 obj = dlg_calloc(MY_OBJ, 1);
H A Dtextbox.c50 } MY_OBJ; typedef in typeref:struct:__anon958
53 lseek_obj(MY_OBJ * obj, long offset, int mode)
74 ftell_obj(MY_OBJ * obj)
80 lseek_set(MY_OBJ * obj, long offset)
91 lseek_end(MY_OBJ * obj, long offset)
101 lseek_cur(MY_OBJ * obj, long offset)
128 read_high(MY_OBJ * obj, size_t size_read)
203 find_first(MY_OBJ * obj, char *buffer, long length)
221 tabize(MY_OBJ * obj, long val, long *first_pos)
269 get_line(MY_OBJ * ob
[all...]

Completed in 105 milliseconds