Home
last modified time | relevance | path

Searched refs:f_data_c (Results 1 – 15 of 15) sorted by relevance

/dports/www/links/links-2.25/
H A Djsint.c294 struct f_data_c *fd = (struct f_data_c *)fd_; in jsint_done_execution()
1502 struct f_data_c *fd=(struct f_data_c*)data; in js_upcall_get_window_name()
1515 struct f_data_c *js_ctx=(struct f_data_c*)data; in js_upcall_get_links()
1544 struct f_data_c *js_ctx=(struct f_data_c*)data; in js_upcall_get_link_target()
2667 struct f_data_c *js_ctx=(struct f_data_c*)p; in js_upcall_get_radio_length()
2697 struct f_data_c *js_ctx=(struct f_data_c*)p; in js_upcall_get_select_length()
2722 struct f_data_c *js_ctx=(struct f_data_c*)p; in js_upcall_get_select_options()
2757 struct f_data_c *js_ctx=(struct f_data_c*)p; in js_upcall_get_select_index()
2932 struct f_data_c *fd=(struct f_data_c*)context; in js_upcall_get_history_length()
3075 struct f_data_c *fd=(struct f_data_c*)context; in js_upcall_set_default_status()
[all …]
H A Dlinks.h3049 struct f_data_c;
3337 struct f_data_c *fd;
3448 struct f_data_c { struct
3450 struct f_data_c *parent; argument
3562 struct f_data_c *screen;
3566 struct f_data_c *wtd_target_base;
3642 struct f_data_c *create_f_data_c(struct session *, struct f_data_c *);
3664 struct f_data_c *find_frame(struct session *ses, unsigned char *target, struct f_data_c *base);
4252 void check_vs(struct f_data_c *);
4255 void draw_fd(struct f_data_c *);
[all …]
H A Dview.c1019 struct f_data_c *f;
1101 struct f_data_c *scr = (struct f_data_c *)scr_; in draw_doc()
1139 struct f_data_c *f; in draw_doc()
1238 struct f_data_c *fdd; in clr_xl()
1246 struct f_data_c *scr = (struct f_data_c *)scr_; in draw_doc_c()
3359 struct f_data_c *fd, *fdd; in current_frame()
3377 struct f_data_c *fd, *fdd; in is_active_frame()
3464 struct f_data_c *fd; in send_to_frame()
3548 struct f_data_c *fd, *fdd; in next_frame()
4138 struct f_data_c *f; in save_formatted()
[all …]
H A Dsession.c1336 struct f_data_c *fd; in detach_f_data()
1560 struct f_data_c *sf; in html_interpret()
1686 struct f_data_c *fd; in html_interpret_recursive()
1766 struct f_data_c *fd = (struct f_data_c *)fd_; in image_timer()
1863 struct f_data_c *fd; in create_f_data_c()
1933 struct f_data_c *fd = (struct f_data_c *)fd_; in refresh_timer()
1948 struct f_data_c *f; in frame_and_all_subframes_loaded()
1963 struct f_data_c *fd = (struct f_data_c *)fd_; in fd_loaded()
2071 struct f_data_c *f; in subst_location()
2190 struct f_data_c *fd; in ses_go_forward()
[all …]
H A Dview_gr.c607 struct f_data_c *fd;
615 struct f_data_c *scr = d->fd; in draw_one_object_fn()
847 static int vertical_page_jump(struct f_data_c *fd) in vertical_page_jump()
906 int is_link_in_view(struct f_data_c *fd, int nl) in is_link_in_view()
912 static int skip_link(struct f_data_c *fd, int nl) in skip_link()
930 static int lr_link(struct f_data_c *fd, int nl) in lr_link()
999 static void unset_link(struct f_data_c *fd) in unset_link()
1025 static int scroll_v(struct f_data_c *fd, int y) in scroll_v()
1030 static int scroll_h(struct f_data_c *fd, int x) in scroll_h()
1324 void draw_title(struct f_data_c *f) in draw_title()
[all …]
H A Dmenu.c296 …void (*f)(struct session *, struct f_data_c *, int) = *(void (* const *)(struct session *, struct in menu_for_frame()
1215 static inline void kill_js_recursively(struct f_data_c *fd) in kill_js_recursively()
1217 struct f_data_c *f; in kill_js_recursively()
1221 foreach(struct f_data_c, f, lf, fd->subframes) kill_js_recursively(f); in kill_js_recursively()
1225 static inline void quiet_kill_js_recursively(struct f_data_c *fd) in quiet_kill_js_recursively()
1227 struct f_data_c *f; in quiet_kill_js_recursively()
1231 foreach(struct f_data_c, f, lf, fd->subframes) quiet_kill_js_recursively(f); in quiet_kill_js_recursively()
4056 static void (* const find_next_ptr)(struct session *ses, struct f_data_c *f, int a) = find_next;
4058 static void (* const set_frame_ptr)(struct session *ses, struct f_data_c *f, int a) = set_frame;
4574 void search_back_dlg(struct session *ses, struct f_data_c *f, int a) in search_back_dlg()
[all …]
H A Dimg.c840 static int img_process_download(struct g_object_image *goi, struct f_data_c *fdatac) in img_process_download()
1066 static void draw_picture(struct f_data_c *fdatac, struct g_object_image *goi, int x, int y) in draw_picture()
1115 static void img_draw_image(struct f_data_c *fdatac, struct g_object *goi_, int x, int y) in img_draw_image()
H A Dmain.c288 struct f_data_c *fd; in end_dump()
H A Dhtml_tbl.c1713 static void table_mouse_event(struct f_data_c *fd, struct g_object *o_, int x, int y, int b) in table_mouse_event()
1742 static void table_draw(struct f_data_c *fd, struct g_object *o_, int x, int y) in table_draw()
/dports/www/links1/links-1.04/
H A Dview.c112 void detach_formatted(struct f_data_c *scr) in detach_formatted()
164 void check_vs(struct f_data_c *f) in check_vs()
177 void set_link(struct f_data_c *f) in set_link()
392 void free_link(struct f_data_c *scr) in free_link()
884 struct f_data_c *f, *cf; in draw_frames()
1028 int next_in_view(struct f_data_c *f, int p, int d, int (*fn)(struct f_data_c *, struct link *), voi… in next_in_view() argument
2143 struct f_data_c *fd = NULL; in current_frame()
2158 struct f_data_c *fd; in send_to_frame()
2177 struct f_data_c *fd; in next_frame()
2485 struct f_data_c *f; in save_formatted()
[all …]
H A Dlinks.h1815 struct f_data_c { struct
1816 struct f_data_c *next; argument
1817 struct f_data_c *prev; argument
1913 struct f_data_c *screen;
1971 void load_frames(struct session *, struct f_data_c *);
2194 void detach_formatted(struct f_data_c *);
2198 void draw_doc(struct terminal *, struct f_data_c *, int);
2207 void toggle(struct session *, struct f_data_c *, int);
2217 void find_next(struct session *, struct f_data_c *, int);
2219 void set_frame(struct session *, struct f_data_c *, int);
[all …]
H A Dhtml_r.c1189 struct f_data_c *f, *fp; in add_frame_to_list()
1196 fp = (struct f_data_c *)ses->scrn_frames.prev; in add_frame_to_list()
1202 struct f_data_c *fd; in find_fd()
1208 fd = mem_alloc(sizeof(struct f_data_c)); in find_fd()
1209 memset(fd, 0, sizeof(struct f_data_c)); in find_fd()
1224 struct f_data_c *fd; in format_frame()
1256 struct f_data_c *fdc; in format_frames()
1286 struct f_data_c *fd, *cf = NULL; in html_interpret()
1290 ses->screen = mem_alloc(sizeof(struct f_data_c)); in html_interpret()
1291 memset(ses->screen, 0, sizeof(struct f_data_c)); in html_interpret()
[all …]
H A Dmain.c219 struct f_data_c fd; in end_dump()
223 memset(&fd, 0, sizeof(struct f_data_c)); in end_dump()
H A Dsession.c268 struct f_data_c *fd; in ses_imgmap()
1097 struct f_data_c *fd; in request_frame()
1142 void load_frames(struct session *ses, struct f_data_c *fd) in load_frames()
1415 struct f_data_c *fdc; in destroy_session()
1582 struct f_data_c *fd; in ses_change_frame_url()
1668 struct f_data_c *fd; in get_current_title()
1669 fd = (struct f_data_c *)current_frame(ses); in get_current_title()
1683 struct f_data_c *fd; in get_current_link_url()
1686 fd = (struct f_data_c *)current_frame(ses); in get_current_link_url()
H A Dmenu.c128 void menu_for_frame(struct terminal *term, void (*f)(struct session *, struct f_data_c *, int), str… in menu_for_frame() argument
1356 void search_back_dlg(struct session *ses, struct f_data_c *f, int a) in search_back_dlg()
1361 void search_dlg(struct session *ses, struct f_data_c *f, int a) in search_dlg()