Searched refs:col (Results 1 – 7 of 7) sorted by relevance
602 if (col) in on_show_name1_activate()613 if (col) in on_show_range1_activate()616 if (col) in on_show_range1_activate()619 if (col) in on_show_range1_activate()631 if (col) in on_show_data1_activate()912 gint col; in on_treeview2_button_press_event() local949 } else if (col == COL_NO || col == COL_MOD in on_treeview2_button_press_event()969 gint col; in on_treeview2_key_press_event() local991 col = COL_NO; in on_treeview2_key_press_event()993 col = COL_MOD; in on_treeview2_key_press_event()[all …]
110 int col = colMap[idx]; in removeColumn() local111 if (col >= 0) { in removeColumn()112 Parent::removeColumn(col); in removeColumn()113 colRevMap[col] = colMap[idx] = -1; in removeColumn()163 void okRename(int col);
105 void ConfigItem::okRename(int col) in okRename() argument107 Parent::okRename(col); in okRename()
94 LLog(char const *t, int l, unsigned char col) : Log() in LLog() argument103 set_color(col); in LLog()162 L4::Ipc::Varg col = args.pop_front(); in op_create() local165 if (col.is_of<char const *>()) in op_create()166 color = LLog::color_value(cxx::String(col.value<char const *>(), in op_create()167 col.length() - 1)); in op_create()168 else if (col.is_of_int()) in op_create()169 color = col.value<l4_mword_t>(); in op_create()
178 Moe::Log::color_value(cxx::String const &col) in color_value() argument182 if (col.empty()) in color_value()185 switch (col[0]) in color_value()
41 static int color_value(cxx::String const &col);
13 OPTS_tstgetopt := -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color …
Completed in 13 milliseconds