Home
last modified time | relevance | path

Searched refs:retsel (Results 1 – 6 of 6) sorted by relevance

/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dicon_dialog.c36 static gchar retsel[1024]; in idl_dialog_sync_new_wait() local
127 g_snprintf(retsel, sizeof retsel, "%s", selected); in idl_dialog_sync_new_wait()
132 return terminate ? NULL : retsel; in idl_dialog_sync_new_wait()
/dports/sysutils/isc-cron/isc-cron-4.1_2/
H A Dmisc.c565 static int retsel = 0; in first_word() local
569 retsel = 1-retsel; in first_word()
570 rb = &retbuf[retsel][0]; in first_word()
/dports/math/grace/grace-5.1.25/src/
H A Dfiles.c475 int highest, first_time, retsel; in monitor_input() local
481 retsel = 1; in monitor_input()
482 while (((time_spent() < timer_delay) || first_time) && retsel > 0) { in monitor_input()
513 retsel = select(highest + 1, &rfds, NULL, NULL, &timeout); in monitor_input()
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/lib/
H A Dilatgrp.gi360 ## retsel : true, false
410 ## If retsel is bound and set to true, GGLMenuOps will return the groups
488 parent := false, sheet := true, retsel := true,
513 parent := false, sheet := false, retsel := false,
517 parent := false, sheet := false, retsel := false,
587 parent := false, sheet := true, retsel := true,
612 parent := false, sheet := false, retsel := false,
616 parent := false, sheet := false, retsel := false,
1256 if IsBound(menuop.retsel) and menuop.retsel = true then
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dmain.h73 void ctree_get_selected(GList **retsel);
H A Dmenus.c777 void ctree_get_selected(GList **retsel) { in ctree_get_selected() argument
789 *retsel = g_list_append(*retsel, g_strdup(p)); in ctree_get_selected()