Searched refs:column (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | gconf.c | 252 GtkTreeViewColumn *column; in init_left_tree() local 258 column = gtk_tree_view_column_new(); in init_left_tree() 259 gtk_tree_view_append_column(view, column); in init_left_tree() 260 gtk_tree_view_column_set_title(column, _("Options")); in init_left_tree() 263 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 265 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 272 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 274 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 296 GtkTreeViewColumn *column; in init_right_tree() local 303 column = gtk_tree_view_column_new(); in init_right_tree() [all …]
|
| H A D | qconf.cc | 247 void ConfigItem::paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align) in paintCell() argument 253 Parent::paintCell(p, list->inactivedColorGroup, column, width, align); in paintCell() 255 Parent::paintCell(p, cg, column, width, align); in paintCell() 257 Parent::paintCell(p, list->disabledColorGroup, column, width, align); in paintCell()
|
| H A D | qconf.h | 194 void paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align);
|
| H A D | lex.zconf.c_shipped | 253 int yy_bs_column; /**< The column count. */ 1888 * In that case, we don't want to reset the lineno or column.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/misc/ |
| H A D | ifcol.cocci | 6 /// This has a high rate of false positives, because Coccinelle's column 8 /// is not visually aligned may be considered to be in the same column. 37 if (p1[0].column == p2[0].column): 46 if (p1[0].column == p2[0].column):
|
| H A D | doubleinit.cocci | 39 … int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) < int(pr[0].column)): 51 … int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) < int(pr[0].column)):
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 235 int yy_bs_column; /**< The column count. */ 1571 * In that case, we don't want to reset the lineno or column.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 280 int yy_bs_column; /**< The column count. */ 1755 * In that case, we don't want to reset the lineno or column.
|