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

/freebsd-9.3-release/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;
118 repaint_text(MY_OBJ * obj)
180 MY_OBJ *obj = (MY_OBJ *) c
[all...]
H A Dprogressbox.c37 } MY_OBJ; typedef in typeref:struct:__anon932
43 get_line(MY_OBJ * obj)
87 print_line(MY_OBJ * obj, WINDOW *win, int row, int width)
176 MY_OBJ *obj;
221 obj = dlg_calloc(MY_OBJ, 1);
H A Dtailbox.c39 } MY_OBJ; typedef in typeref:struct:__anon935
45 get_line(MY_OBJ * obj)
84 print_line(MY_OBJ * obj, WINDOW *win, int row, int width)
108 last_lines(MY_OBJ * obj, int target)
170 print_page(MY_OBJ * obj, int height, int width)
181 print_last_page(MY_OBJ * obj)
191 repaint_text(MY_OBJ * obj)
209 MY_OBJ *obj = (MY_OBJ *) cb;
224 MY_OBJ *ob
[all...]
H A Dtextbox.c50 } MY_OBJ; typedef in typeref:struct:__anon936
53 lseek_obj(MY_OBJ * obj, long offset, int mode)
73 ftell_obj(MY_OBJ * obj)
96 read_high(MY_OBJ * obj, size_t size_read)
171 find_first(MY_OBJ * obj, char *buffer, long length)
189 tabize(MY_OBJ * obj, long val, long *first_pos)
237 get_line(MY_OBJ * obj)
275 match_string(MY_OBJ * obj, char *string)
286 back_lines(MY_OBJ * obj, long n)
367 print_line(MY_OBJ * ob
[all...]

Completed in 107 milliseconds