Searched refs:num_cols (Results 1 – 1 of 1) sorted by relevance
| /dpdk/doc/guides/ |
| H A D | conf.py | 203 num_cols = len(header_names) 207 print_table_header(outfile, num_cols, header_names, title) 208 print_table_body(outfile, num_cols, ini_files, ini_data, default_features) 211 def print_table_header(outfile, num_cols, header_names, title): argument 213 print_table_divider(outfile, num_cols) 228 print_table_divider(outfile, num_cols) 231 def print_table_body(outfile, num_cols, ini_files, ini_data, default_features): argument 242 print_table_divider(outfile, num_cols) 251 def print_table_divider(outfile, num_cols): argument 254 column_dividers = ['='] * num_cols
|