Searched refs:RTBL_HEADER_STYLE_NONE (Results 1 – 2 of 2) sorted by relevance
63 #define RTBL_HEADER_STYLE_NONE 1 macro
188 if(table->flags & RTBL_HEADER_STYLE_NONE) in column_compute_width()369 if((table->flags & RTBL_HEADER_STYLE_NONE) == 0) { in rtbl_format()