|
static void | add_table_bad_html_start (struct table *table, char *start) |
|
static void | add_table_bad_html_end (struct table *table, char *end) |
|
static void | get_bordercolor (struct html_context *html_context, char *a, color_T *rgb) |
|
static void | get_align (struct html_context *html_context, char *attr, int *a) |
|
static void | get_valign (struct html_context *html_context, char *attr, int *a) |
|
static void | get_column_width (char *attr, int *width, int sh, struct html_context *html_context) |
|
static void | set_table_frame (struct html_context *html_context, struct table *table, char *attr) |
|
static void | set_table_rules (struct html_context *html_context, struct table *table, char *attr) |
|
static void | parse_table_attributes (struct table *table, char *attr, int real, struct html_context *html_context) |
|
struct table * | new_table (void) |
|
void | free_table (struct table *table) |
|
static void | expand_cells (struct table *table, int dest_col, int dest_row) |
|
static void | copy_table (struct table *table_src, struct table *table_dst) |
|
static int | smart_raise (int target, int base, int unit, int limit) |
|
struct table_cell * | new_cell (struct table *table, int dest_col, int dest_row) |
|
void | new_columns (struct table *table, int span, int width, int align, int valign, int group) |
|
void | set_td_width (struct table *table, int col, int width, int force) |
|
static char * | skip_table (char *html, char *eof) |
|
static char * | skip_script (char *html, char *eof) |
|
struct table * | parse_table (char *html, char *eof, char **end, char *attr, int sh, struct html_context *html_context) |
|