Home
last modified time | relevance | path

Searched refs:sound_entry (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dsound.c83 typedef struct sound_entry struct
94 } sound_entry; typedef
135 static sound_entry *sound_entries = NULL;
148 sound_entry *pp = (sound_entry *) p, *qq = (sound_entry *) q; in compare()
544 (size_t)sizeof(sound_entry), compare); in OpenSound()
577 sound_entry *sptr; in SetSound()
597 sptr = (sound_entry *) realloc((sound_entry *) sound_entries, in SetSound()
598 sound_size * sizeof(sound_entry)); in SetSound()
604 (unsigned long)sound_size * sizeof(sound_entry)); in SetSound()
H A Dgram.y742 | sound_entries sound_entry
745 sound_entry : string string { if (Scr->FirstTime) SetSound($1, $2, -1); }
/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/s/
H A Dassemb16 IMPORT |sound_entry|
27 DCD sound_entry
46 BL sound_entry ; call C function through veneer in CMHG
H A Dcmhgfile14 vector-handlers: sound_entry/sound_handler
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkprefs.c107 static GtkWidget *sound_entry = NULL; variable
363 sound_entry = NULL; in delete_prefs()
974 gtk_entry_set_text(GTK_ENTRY(sound_entry), _("(default)")); in prefs_set_sound_theme_cb()
2356 gtk_entry_set_text(GTK_ENTRY(sound_entry), _("(default)")); in reset_sound()
2380 gtk_entry_set_text(GTK_ENTRY(sound_entry), filename); in sound_chosen_cb()
2453 if (sound_entry) in prefs_sound_sel()
2454 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : _("(default)")); in prefs_sound_sel()
2645 sound_entry = gtk_entry_new(); in sound_page()
2650 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : _("(default)")); in sound_page()
2651 gtk_editable_set_editable(GTK_EDITABLE(sound_entry), FALSE); in sound_page()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkprefs.c107 static GtkWidget *sound_entry = NULL; variable
363 sound_entry = NULL; in delete_prefs()
974 gtk_entry_set_text(GTK_ENTRY(sound_entry), _("(default)")); in prefs_set_sound_theme_cb()
2356 gtk_entry_set_text(GTK_ENTRY(sound_entry), _("(default)")); in reset_sound()
2380 gtk_entry_set_text(GTK_ENTRY(sound_entry), filename); in sound_chosen_cb()
2453 if (sound_entry) in prefs_sound_sel()
2454 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : _("(default)")); in prefs_sound_sel()
2645 sound_entry = gtk_entry_new(); in sound_page()
2650 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : _("(default)")); in sound_page()
2651 gtk_editable_set_editable(GTK_EDITABLE(sound_entry), FALSE); in sound_page()
[all …]
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkprefs.c107 static GtkWidget *sound_entry = NULL; variable
363 sound_entry = NULL; in delete_prefs()
974 gtk_entry_set_text(GTK_ENTRY(sound_entry), _("(default)")); in prefs_set_sound_theme_cb()
2356 gtk_entry_set_text(GTK_ENTRY(sound_entry), _("(default)")); in reset_sound()
2380 gtk_entry_set_text(GTK_ENTRY(sound_entry), filename); in sound_chosen_cb()
2453 if (sound_entry) in prefs_sound_sel()
2454 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : _("(default)")); in prefs_sound_sel()
2645 sound_entry = gtk_entry_new(); in sound_page()
2650 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : _("(default)")); in sound_page()
2651 gtk_editable_set_editable(GTK_EDITABLE(sound_entry), FALSE); in sound_page()
[all …]
/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/c/
H A Dspeak_riscos52 extern int sound_entry(_kernel_swi_regs *r, void *pw);
/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dpref.c4349 static void play_sound_pref (GtkWidget *sound_entry) { in play_sound_pref() argument
4350 const char* file = gtk_entry_get_text (GTK_ENTRY (sound_entry)); in play_sound_pref()