Home
last modified time | relevance | path

Searched refs:col (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dgconf.c602 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() local
949 } else if (col == COL_NO || col == COL_MOD in on_treeview2_button_press_event()
969 gint col; in on_treeview2_key_press_event() local
991 col = COL_NO; in on_treeview2_key_press_event()
993 col = COL_MOD; in on_treeview2_key_press_event()
[all …]
A Dqconf.h110 int col = colMap[idx]; in removeColumn() local
111 if (col >= 0) { in removeColumn()
112 Parent::removeColumn(col); in removeColumn()
113 colRevMap[col] = colMap[idx] = -1; in removeColumn()
163 void okRename(int col);
A Dqconf.cc105 void ConfigItem::okRename(int col) in okRename() argument
107 Parent::okRename(col); in okRename()
/l4re-core-master/moe/server/src/
A Dalloc.cc94 LLog(char const *t, int l, unsigned char col) : Log() in LLog() argument
103 set_color(col); in LLog()
162 L4::Ipc::Varg col = args.pop_front(); in op_create() local
165 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()
A Dlog.cc178 Moe::Log::color_value(cxx::String const &col) in color_value() argument
182 if (col.empty()) in color_value()
185 switch (col[0]) in color_value()
A Dlog.h41 static int color_value(cxx::String const &col);
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/
A DMakefile.in13 OPTS_tstgetopt := -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color …

Completed in 11 milliseconds