Searched refs:COL_TOTAL (Results 1 – 6 of 6) sorted by relevance
/dports/devel/util-linux/util-linux-2.36/sys-utils/ |
H A D | irq-common.h | 10 COL_TOTAL, enumerator
|
H A D | lsirq.c | 134 out.columns[out.ncolumns++] = COL_TOTAL; in main()
|
H A D | irq-common.c | 54 [COL_TOTAL] = {"TOTAL", 0.10, SCOLS_FL_RIGHT, N_("total count"), SCOLS_JSON_NUMBER}, 156 case COL_TOTAL: in add_scols_line()
|
H A D | irqtop.c | 289 out->columns[out->ncolumns++] = COL_TOTAL; in parse_args()
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/ |
H A D | dialog_board_statistics.cpp | 42 #define COL_TOTAL 3 macro 99 m_gridComponents->SetCellValue( ROW_LABEL, COL_TOTAL, _( "Total" ) ); in DIALOG_BOARD_STATISTICS() 100 m_gridComponents->SetCellFont( ROW_LABEL, COL_TOTAL, headingFont ); in DIALOG_BOARD_STATISTICS() 417 m_gridComponents->SetCellValue( currentRow, COL_TOTAL, in updateWidets()
|
/dports/mail/sylpheed/sylpheed-3.7.0/src/ |
H A D | folderview.c | 80 COL_TOTAL, enumerator 460 (_("Total"), renderer, "text", COL_TOTAL, in folderview_create() 652 column = gtk_tree_view_get_column(treeview, COL_TOTAL); in folderview_set_columns() 654 (column, prefs_common.folder_col_visible[COL_TOTAL]); in folderview_set_columns() 655 column = gtk_tree_view_get_column(treeview, COL_TOTAL + 1); in folderview_set_columns() 659 prefs_common.folder_col_visible[COL_TOTAL]); in folderview_set_columns() 1404 COL_TOTAL, total_s, in folderview_update_row() 2233 for (type = 0; type <= COL_TOTAL; type++) { in folderview_col_resized() 2247 case COL_TOTAL: in folderview_col_resized()
|