Lines Matching refs:last_col
242 : out(op), columns(NULL), linelength(linelen), last_col(NULL), start_space(FALSE) in html_table()
334 last_col = NULL; in emit_table_header()
388 if (last_col != NULL && n <= last_col->no) in emit_col()
397 if (last_col != NULL) in emit_col()
401 if (last_col == NULL) in emit_col()
404 b = last_col; in emit_col()
407 if (last_col != NULL) { in emit_col()
461 last_col = b; in emit_col()
474 if (last_col != NULL) { in finish_row()
475 for (c = last_col->next; c != NULL; c = c->next) in finish_row()
500 last_col = NULL; in emit_new_row()