Home
last modified time | relevance | path

Searched refs:clist (Results 226 – 250 of 3926) sorted by relevance

12345678910>>...158

/dports/cad/stepcode/stepcode-0.8/src/exp2cxx/
H A Dwrite.cc47 ComplexList * clist; in write() local
77 clist = clists; in write()
78 while( clist ) { in write()
79 listmax = clist->getEntListMaxLevel(); in write()
83 clist = clist->next; in write()
90 clist = clists; in write()
91 while( clist ) { in write()
93 complex << " // ComplexList with supertype \"" << clist->supertype() in write()
95 clist->write( complex ); in write()
97 clist = clist->next; in write()
/dports/games/xnethack/xNetHack-xnh6.1/outdated/win/gnome/
H A Dgnplayer.c12 static GtkWidget *clist; variable
22 gtk_clist_select_row(GTK_CLIST(clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), i) in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
57 clist = gtk_clist_new(2); in ghack_player_sel_dialog()
58 gtk_clist_column_titles_hide(GTK_CLIST(clist)); in ghack_player_sel_dialog()
59 gtk_widget_set_usize(GTK_WIDGET(clist), 100, 180); in ghack_player_sel_dialog()
60 gtk_container_add(GTK_CONTAINER(swin), clist); in ghack_player_sel_dialog()
65 gtk_signal_connect(GTK_OBJECT(clist), "select_row", in ghack_player_sel_dialog()
76 gtk_clist_insert(GTK_CLIST(clist), i, (char **) text); in ghack_player_sel_dialog()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/gnome/
H A Dgnplayer.c12 static GtkWidget *clist; variable
22 gtk_clist_select_row(GTK_CLIST(clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), i) in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
57 clist = gtk_clist_new(2); in ghack_player_sel_dialog()
58 gtk_clist_column_titles_hide(GTK_CLIST(clist)); in ghack_player_sel_dialog()
59 gtk_widget_set_usize(GTK_WIDGET(clist), 100, 180); in ghack_player_sel_dialog()
60 gtk_container_add(GTK_CONTAINER(swin), clist); in ghack_player_sel_dialog()
65 gtk_signal_connect(GTK_OBJECT(clist), "select_row", in ghack_player_sel_dialog()
76 gtk_clist_insert(GTK_CLIST(clist), i, (char **) text); in ghack_player_sel_dialog()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/gnome/
H A Dgnplayer.c12 static GtkWidget *clist; variable
22 gtk_clist_select_row(GTK_CLIST(clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), i) in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
57 clist = gtk_clist_new(2); in ghack_player_sel_dialog()
58 gtk_clist_column_titles_hide(GTK_CLIST(clist)); in ghack_player_sel_dialog()
59 gtk_widget_set_usize(GTK_WIDGET(clist), 100, 180); in ghack_player_sel_dialog()
60 gtk_container_add(GTK_CONTAINER(swin), clist); in ghack_player_sel_dialog()
65 gtk_signal_connect(GTK_OBJECT(clist), "select_row", in ghack_player_sel_dialog()
76 gtk_clist_insert(GTK_CLIST(clist), i, (char **) text); in ghack_player_sel_dialog()
[all …]
/dports/games/nethack34/nethack-3.4.3/win/gnome/
H A Dgnplayer.c12 static GtkWidget* clist; variable
22 gtk_clist_select_row( GTK_CLIST (clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
61 clist = gtk_clist_new (2); in ghack_player_sel_dialog()
62 gtk_clist_column_titles_hide (GTK_CLIST (clist)); in ghack_player_sel_dialog()
63 gtk_widget_set_usize (GTK_WIDGET (clist), 100, 180); in ghack_player_sel_dialog()
64 gtk_container_add (GTK_CONTAINER (swin), clist); in ghack_player_sel_dialog()
68 gtk_signal_connect (GTK_OBJECT (clist), "select_row", in ghack_player_sel_dialog()
79 gtk_clist_insert (GTK_CLIST (clist), i, (char**)text); in ghack_player_sel_dialog()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/win/gnome/
H A Dgnplayer.c12 static GtkWidget* clist; variable
22 gtk_clist_select_row( GTK_CLIST (clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
61 clist = gtk_clist_new (2); in ghack_player_sel_dialog()
62 gtk_clist_column_titles_hide (GTK_CLIST (clist)); in ghack_player_sel_dialog()
63 gtk_widget_set_usize (GTK_WIDGET (clist), 100, 180); in ghack_player_sel_dialog()
64 gtk_container_add (GTK_CONTAINER (swin), clist); in ghack_player_sel_dialog()
68 gtk_signal_connect (GTK_OBJECT (clist), "select_row", in ghack_player_sel_dialog()
79 gtk_clist_insert (GTK_CLIST (clist), i, (char**)text); in ghack_player_sel_dialog()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/gnome/
H A Dgnplayer.c12 static GtkWidget* clist; variable
22 gtk_clist_select_row( GTK_CLIST (clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
61 clist = gtk_clist_new (2); in ghack_player_sel_dialog()
62 gtk_clist_column_titles_hide (GTK_CLIST (clist)); in ghack_player_sel_dialog()
63 gtk_widget_set_usize (GTK_WIDGET (clist), 100, 180); in ghack_player_sel_dialog()
64 gtk_container_add (GTK_CONTAINER (swin), clist); in ghack_player_sel_dialog()
68 gtk_signal_connect (GTK_OBJECT (clist), "select_row", in ghack_player_sel_dialog()
79 gtk_clist_insert (GTK_CLIST (clist), i, (char**)text); in ghack_player_sel_dialog()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gnome/
H A Dgnplayer.c12 static GtkWidget* clist; variable
22 gtk_clist_select_row( GTK_CLIST (clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
61 clist = gtk_clist_new (2); in ghack_player_sel_dialog()
62 gtk_clist_column_titles_hide (GTK_CLIST (clist)); in ghack_player_sel_dialog()
63 gtk_widget_set_usize (GTK_WIDGET (clist), 100, 180); in ghack_player_sel_dialog()
64 gtk_container_add (GTK_CONTAINER (swin), clist); in ghack_player_sel_dialog()
68 gtk_signal_connect (GTK_OBJECT (clist), "select_row", in ghack_player_sel_dialog()
79 gtk_clist_insert (GTK_CLIST (clist), i, (char**)text); in ghack_player_sel_dialog()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/gnome/
H A Dgnplayer.c12 static GtkWidget* clist; variable
22 gtk_clist_select_row( GTK_CLIST (clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
61 clist = gtk_clist_new (2); in ghack_player_sel_dialog()
62 gtk_clist_column_titles_hide (GTK_CLIST (clist)); in ghack_player_sel_dialog()
63 gtk_widget_set_usize (GTK_WIDGET (clist), 100, 180); in ghack_player_sel_dialog()
64 gtk_container_add (GTK_CONTAINER (swin), clist); in ghack_player_sel_dialog()
68 gtk_signal_connect (GTK_OBJECT (clist), "select_row", in ghack_player_sel_dialog()
79 gtk_clist_insert (GTK_CLIST (clist), i, (char**)text); in ghack_player_sel_dialog()
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/win/unsupported/gnome/
H A Dgnplayer.c12 static GtkWidget* clist; variable
22 gtk_clist_select_row( GTK_CLIST (clist), i, 0); in player_sel_key_hit()
23 if (gtk_clist_row_is_visible(GTK_CLIST(clist), in player_sel_key_hit()
25 gtk_clist_moveto(GTK_CLIST(clist), i, 0, 0.5, 0); in player_sel_key_hit()
61 clist = gtk_clist_new (2); in ghack_player_sel_dialog()
62 gtk_clist_column_titles_hide (GTK_CLIST (clist)); in ghack_player_sel_dialog()
63 gtk_widget_set_usize (GTK_WIDGET (clist), 100, 180); in ghack_player_sel_dialog()
64 gtk_container_add (GTK_CONTAINER (swin), clist); in ghack_player_sel_dialog()
68 gtk_signal_connect (GTK_OBJECT (clist), "select_row", in ghack_player_sel_dialog()
79 gtk_clist_insert (GTK_CLIST (clist), i, (char**)text); in ghack_player_sel_dialog()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dtty.h84 struct clist { struct
257 void catq(struct clist *, struct clist *);
259 int getc(struct clist *);
260 void ndflush(struct clist *, int);
261 int ndqb(struct clist *, int);
263 int putc(int, struct clist *);
264 int q_to_b(struct clist *, u_char *, int);
265 int unputc(struct clist *);
306 u_char *firstc(struct clist *, int *);
309 int clalloc(struct clist *, int, int);
[all …]
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imap/
H A Dannotatemore_types.h145 clist * att_value_list;
151 mailimap_annotatemore_entry_att_new(char * entry, clist * list);
174 clist * en_list_data;
180 mailimap_annotatemore_entry_list_new(int type, clist * en_att_list, clist * en_list);
199 clist * entry_match_list; /* list of (char *) */
204 mailimap_annotatemore_entry_match_list_new(clist * en_list);
211 clist * attrib_match_list; /* list of (char *) */
216 mailimap_annotatemore_attrib_match_list_new(clist * at_list);
241 clist * entry_att_list; /* list of (mailimap_annotatemore_entry_att *) */
246 mailimap_annotatemore_entry_att_list_new(clist * en_list);
/dports/games/golly/golly-3.3-src/Scripts/Python/
H A Dtile-with-clip.py16 clist = list(patt)
19 if (inc == 3) and (len(clist) % 3 == 1): clist.pop()
23 while x < len(clist):
24 if (clist[x] > right) or (clist[y] > bottom):
26 clist[x : x+inc] = []
32 if (inc == 3) and (len(clist) & 1 == 0): clist.append(0)
34 return pattern(clist)
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Deditaddress.c221 row = gtk_clist_append( clist, text ); in edit_person_load_email()
222 gtk_clist_set_row_data( clist, row, email ); in edit_person_load_email()
268 gtk_clist_remove( clist, row ); in edit_person_email_delete()
345 gtk_clist_select_row( clist, row, 0 ); in edit_person_email_add()
364 row = gtk_clist_append( clist, text ); in edit_person_load_attrib()
387 gtk_clist_remove( clist, row ); in edit_person_attrib_delete()
461 gtk_clist_select_row( clist, row, 0 ); in edit_person_attrib_add()
618 GtkWidget *clist; in addressbook_edit_person_page_email() local
749 personeditdlg.clist_email = clist; in addressbook_edit_person_page_email()
769 GtkWidget *clist; in addressbook_edit_person_page_attrib() local
[all …]
H A Dprefs_customheader.c311 gtk_clist_freeze(clist); in prefs_custom_header_set_dialog()
312 gtk_clist_clear(clist); in prefs_custom_header_set_dialog()
319 row = gtk_clist_append(clist, ch_str); in prefs_custom_header_set_dialog()
325 gtk_clist_thaw(clist); in prefs_custom_header_set_dialog()
377 row = gtk_clist_append(clist, ch_str); in prefs_custom_header_clist_set_row()
387 gtk_clist_set_row_data(clist, row, ch); in prefs_custom_header_clist_set_row()
407 if (!clist->selection) return; in prefs_custom_header_delete_cb()
417 gtk_clist_remove(clist, row); in prefs_custom_header_delete_cb()
426 if (!clist->selection) return; in prefs_custom_header_up()
438 if (!clist->selection) return; in prefs_custom_header_down()
[all …]
H A Dprefs_actions.c421 gtk_clist_freeze(clist); in prefs_actions_set_dialog()
422 gtk_clist_clear(clist); in prefs_actions_set_dialog()
436 gtk_clist_thaw(clist); in prefs_actions_set_dialog()
513 row = gtk_clist_append(clist, buf); in prefs_actions_clist_set_row()
544 if (!clist->selection) return; in prefs_actions_substitute_cb()
561 if (!clist->selection) return; in prefs_actions_delete_cb()
572 gtk_clist_remove(clist, row); in prefs_actions_delete_cb()
582 if (!clist->selection) return; in prefs_actions_up()
594 if (!clist->selection) return; in prefs_actions_down()
597 if (row > 0 && row < clist->rows - 1) in prefs_actions_down()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/examples/clist/
H A Dclist.c59 void selection_made( GtkWidget *clist, in selection_made() argument
71 gtk_clist_get_text (GTK_CLIST (clist), row, column, &text); in selection_made()
86 GtkWidget *scrolled_window, *clist; in main() local
114 clist = gtk_clist_new_with_titles (2, titles); in main()
118 g_signal_connect (G_OBJECT (clist), "select_row", in main()
129 gtk_clist_set_column_width (GTK_CLIST (clist), 0, 150); in main()
132 gtk_container_add (GTK_CONTAINER (scrolled_window), clist); in main()
133 gtk_widget_show (clist); in main()
153 clist); in main()
156 clist); in main()
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/server/monitor/
H A Dcstat.c165 for(c=*clist; c; c=c->next) in cstat_get_client_names()
177 cstat_add_to_list(clist, cnew); in cstat_get_client_names()
204 if(*clist==*cstat) in cstat_remove()
206 *clist=(*clist)->next; in cstat_remove()
207 if(*clist) (*clist)->prev=NULL; in cstat_remove()
209 *cstat=*clist; in cstat_remove()
212 for(c=*clist; c; c=c->next) in cstat_remove()
220 *cstat=*clist; in cstat_remove()
255 for(c=*clist; c; c=c->next) in cstat_reload_from_client_confs()
264 cstat_remove(clist, &c); in cstat_reload_from_client_confs()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/server/monitor/
H A Dcstat.c165 for(c=*clist; c; c=c->next) in cstat_get_client_names()
177 cstat_add_to_list(clist, cnew); in cstat_get_client_names()
204 if(*clist==*cstat) in cstat_remove()
206 *clist=(*clist)->next; in cstat_remove()
207 if(*clist) (*clist)->prev=NULL; in cstat_remove()
209 *cstat=*clist; in cstat_remove()
212 for(c=*clist; c; c=c->next) in cstat_remove()
220 *cstat=*clist; in cstat_remove()
255 for(c=*clist; c; c=c->next) in cstat_reload_from_client_confs()
264 cstat_remove(clist, &c); in cstat_reload_from_client_confs()
[all …]
/dports/security/libprelude/libprelude-1.2.6/src/
H A Dprelude-connection-pool.c418 for ( ; clist != NULL; clist = bkp ) { in connection_list_destroy()
480 if ( clist ) in failover_flush()
538 if ( clist->dead ) in set_state_alive()
577 clist->dead++; in set_state_dead()
701 clist->total++; in new_connection()
807 cnx = &clist->and; in parse_config_line()
831 clist = clist->or; in parse_config_line()
854 cnx_list_t *clist; in search_cnx() local
856 for ( clist = pool->or_list; clist != NULL; clist = clist->or ) { in search_cnx()
938 cnx_list_t *clist; in prelude_connection_pool_init() local
[all …]
/dports/science/openmx/openmx3.8/source/
H A Dbin2txt.c67 char clist[300]; in convert_cube() local
81 fprintf(fp2,"%s",clist); in convert_cube()
83 fprintf(fp2,"%s",clist); in convert_cube()
150 system(clist); in convert_cube()
167 char clist[300]; in convert_xsf() local
181 fprintf(fp2,"%s",clist); in convert_xsf()
183 fprintf(fp2,"%s",clist); in convert_xsf()
206 clist,xyz[1],xyz[2],xyz[3]); in convert_xsf()
232 system(clist); in convert_xsf()
248 char clist[300]; in convert_grid() local
[all …]
/dports/games/warmux/warmux-11.04/build/symbian/lib/curl/lib/
H A Dcookie.c181 struct Cookie *clist; in Curl_cookie_add() local
571 clist = c->cookies; in Curl_cookie_add()
573 while(clist) { in Curl_cookie_add()
618 if(clist->value) in Curl_cookie_add()
620 if(clist->domain) in Curl_cookie_add()
622 if(clist->path) in Curl_cookie_add()
640 lastc = clist; in Curl_cookie_add()
641 clist = clist->next; in Curl_cookie_add()
642 } while(clist); in Curl_cookie_add()
646 lastc = clist; in Curl_cookie_add()
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/
H A Dtracon-set.c147 if (slot->clist == NULL) return true; in place_found()
151 return connector_list_equal(slot->clist, c); in place_found()
188 if (old.table[i].clist != NULL) in grow_table()
214 unsigned int h = hash_connectors(clist, ss->shallow); in tracon_set_add()
215 unsigned int p = find_place(clist, h, ss); in tracon_set_add()
217 if (ss->table[p].clist != NULL) in tracon_set_add()
218 return &ss->table[p].clist; in tracon_set_add()
224 return &ss->table[p].clist; in tracon_set_add()
229 unsigned int h = hash_connectors(clist, ss->shallow); in tracon_set_lookup()
230 unsigned int p = find_place(clist, h, ss); in tracon_set_lookup()
[all …]
/dports/science/dvc/dvc-0.30.1/dvc/repo/
H A Dgc.py51 def _do_gc(typ, func, clist): argument
52 removed = func(clist)
88 clist = _merge_cache_lists(all_clists)
90 clist = all_clists[0]
93 _do_gc("local", self.cache.local.gc, clist)
96 _do_gc("s3", self.cache.s3.gc, clist)
99 _do_gc("gs", self.cache.gs.gc, clist)
102 _do_gc("ssh", self.cache.ssh.gc, clist)
105 _do_gc("hdfs", self.cache.hdfs.gc, clist)
108 _do_gc("azure", self.cache.azure.gc, clist)
[all …]
/dports/graphics/xzgv/xzgv-0.9.2/src/
H A Dmain.c384 gtk_widget_grab_focus(clist); in set_focus_row()
513 gtk_widget_grab_focus(clist); in cb_back_to_clist()
1176 gtk_clist_moveto(GTK_CLIST(clist),GTK_CLIST(clist)->focus_row,0,0.5,0.); in selector_key_press()
2001 gtk_clist_moveto(GTK_CLIST(clist),GTK_CLIST(clist)->focus_row,0,0.5,0.); in toggle_thin_rows()
2208 datptr=gtk_clist_get_row_data(GTK_CLIST(clist),GTK_CLIST(clist)->focus_row); in resort_finish()
2240 gtk_clist_moveto(GTK_CLIST(clist),GTK_CLIST(clist)->focus_row,0,0.5,0.); in resort_finish()
3223 gtk_clist_get_text(GTK_CLIST(clist),GTK_CLIST(clist)->focus_row, in reinit_dir()
3774 clist=gtk_clist_new(2); in init_window()
3814 gtk_widget_set_events(clist, in init_window()
3818 gtk_widget_show(clist); in init_window()
[all …]

12345678910>>...158