Home
last modified time | relevance | path

Searched refs:js_event_spec (Results 1 – 6 of 6) sorted by relevance

/dports/www/links/links-2.25/
H A Dlinks.h2836 struct js_event_spec;
2850 struct js_event_spec *js_event;
3279 struct js_event_spec { struct
3357 struct js_event_spec **link_events;
3384 struct js_event_spec *js_event;
4281 void copy_js_event_spec(struct js_event_spec **, struct js_event_spec *);
4282 int join_js_event_spec(struct js_event_spec **, struct js_event_spec *);
4283 void free_js_event_spec(struct js_event_spec *);
4285 int compare_js_event_spec(struct js_event_spec *, struct js_event_spec *);
4538 struct js_event_spec *js_event;
[all …]
H A Dview.c67 void create_js_event_spec(struct js_event_spec **j) in create_js_event_spec()
70 *j = mem_calloc(sizeof(struct js_event_spec)); in create_js_event_spec()
73 void free_js_event_spec(struct js_event_spec *j) in free_js_event_spec()
92 int compare_js_event_spec(struct js_event_spec *j1, struct js_event_spec *j2) in compare_js_event_spec()
112 void copy_js_event_spec(struct js_event_spec **target, struct js_event_spec *source) in copy_js_event_spec()
114 struct js_event_spec *t; in copy_js_event_spec()
145 int join_js_event_spec(struct js_event_spec **target, struct js_event_spec *source) in join_js_event_spec()
201 int compare_js_event_spec(struct js_event_spec *j1, struct js_event_spec *j2) in compare_js_event_spec()
206 void copy_js_event_spec(struct js_event_spec **target, struct js_event_spec *source) in copy_js_event_spec()
210 int join_js_event_spec(struct js_event_spec **target, struct js_event_spec *source) in join_js_event_spec()
[all …]
H A Dsession.c1565 struct js_event_spec *doc_js; in html_interpret()
1566 struct js_event_spec **link_js; in html_interpret()
1639 if ((unsigned)nlink_js > MAXINT / sizeof(struct js_event_spec *)) overalloc(); in html_interpret()
1640 link_js = mem_alloc(nlink_js * sizeof(struct js_event_spec *)); in html_interpret()
H A Dhtml_r.c643 struct js_event_spec *last_js_event = NULL;
799 struct js_event_spec *js = format_.js_event; in put_chars()
H A Dhtml.c613 static int get_js_events_x(struct js_event_spec **spec, unsigned char *a) in get_js_events_x()
638 static int get_js_events_x(struct js_event_spec **spec, unsigned char *a) in get_js_events_x()
3382 …itle, unsigned char **background, unsigned char **bgcolor, int *pre_wrap, struct js_event_spec **j) in scan_http_equiv()
H A Djsint.c2298 static unsigned char **get_js_event_ptr(struct js_event_spec **j, long type) in get_js_event_ptr()