• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/

Lines Matching +defs:val +defs:button

83 const char *dbg_print_stype(int val)
89 if (val == S_UNKNOWN)
91 if (val == S_BOOLEAN)
93 if (val == S_TRISTATE)
95 if (val == S_INT)
97 if (val == S_HEX)
99 if (val == S_STRING)
101 if (val == S_OTHER)
111 const char *dbg_print_flags(int val)
117 if (val & SYMBOL_YES)
119 if (val & SYMBOL_MOD)
121 if (val & SYMBOL_NO)
123 if (val & SYMBOL_CONST)
125 if (val & SYMBOL_CHECK)
127 if (val & SYMBOL_CHOICE)
129 if (val & SYMBOL_CHOICEVAL)
131 if (val & SYMBOL_PRINTED)
133 if (val & SYMBOL_VALID)
135 if (val & SYMBOL_OPTIONAL)
137 if (val & SYMBOL_WRITE)
139 if (val & SYMBOL_CHANGED)
141 if (val & SYMBOL_NEW)
143 if (val & SYMBOL_AUTO)
154 const char *dbg_print_ptype(int val)
160 if (val == P_UNKNOWN)
162 if (val == P_PROMPT)
164 if (val == P_COMMENT)
166 if (val == P_MENU)
168 if (val == P_DEFAULT)
170 if (val == P_CHOICE)
186 GtkToolButton *button;
193 button = GTK_TOOL_BUTTON(glade_xml_get_widget(xml, btn_name));
196 gtk_tool_button_set_icon_widget(button, image);
785 void on_back_clicked(GtkButton * button, gpointer user_data)
800 void on_load_clicked(GtkButton * button, gpointer user_data)
806 void on_save_clicked(GtkButton * button, gpointer user_data)
812 void on_single_clicked(GtkButton * button, gpointer user_data)
822 void on_split_clicked(GtkButton * button, gpointer user_data)
838 void on_full_clicked(GtkButton * button, gpointer user_data)
850 void on_collapse_clicked(GtkButton * button, gpointer user_data)
856 void on_expand_clicked(GtkButton * button, gpointer user_data)
1161 tristate val;
1235 val = sym_get_tristate_value(sym);
1236 switch (val) {
1256 if (val != no && sym_tristate_within_range(sym, no))
1258 if (val != mod && sym_tristate_within_range(sym, mod))
1260 if (val != yes && sym_tristate_within_range(sym, yes))