Searched refs:def_value (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dutils.c1291 int def_value;
1298 def_value = 1;
1306 def_value = 0;
1320 return def_value;
1343 retval = def_value;
1361 retval = !def_value;
1369 retval = def_value;
1285 int def_value; local
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dpanel.c252 const gchar *def_value,
2813 const gchar *def_value, /* I - default item */
2868 if (i >= num_items && def_value)
2870 if (strcmp(stp_string_list_param(items, i)->name, def_value) == 0)
2808 plist_build_combo(GtkWidget *combo, GtkWidget *label, stp_string_list_t *items, int active, const gchar *cur_item, const gchar *def_value, GCallback callback, gint *callback_id, int (*check_func)(const char *string), gpointer data) argument

Completed in 70 milliseconds