Searched refs:clist2 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Ddsnchooser.c1626 GtkWidget *b_test, *udsn, *fixed2, *scrolledwindow2, *clist2; local
1903 clist2 = gtk_clist_new (3);
1904 gtk_widget_ref (clist2);
1905 gtk_object_set_data_full (GTK_OBJECT (dsnchooser), "clist2", clist2, local
1907 gtk_widget_show (clist2);
1908 gtk_container_add (GTK_CONTAINER (scrolledwindow2), clist2); local
1909 gtk_clist_set_column_width (GTK_CLIST (clist2), 0, 100);
1910 gtk_clist_set_column_width (GTK_CLIST (clist2), 1, 163);
1911 gtk_clist_set_column_width (GTK_CLIST (clist2),
[all...]
H A Dadministrator.c918 GtkWidget *b_test, *udsn, *fixed2, *scrolledwindow2, *clist2, *hbuttonbox2; local
1214 clist2 = gtk_clist_new (3);
1215 gtk_widget_ref (clist2);
1216 gtk_object_set_data_full (GTK_OBJECT (admin), "clist2", clist2, local
1218 gtk_widget_show (clist2);
1219 gtk_container_add (GTK_CONTAINER (scrolledwindow2), clist2); local
1220 gtk_clist_set_column_width (GTK_CLIST (clist2), 0, 100);
1221 gtk_clist_set_column_width (GTK_CLIST (clist2), 1, 163);
1222 gtk_clist_set_column_width (GTK_CLIST (clist2),
[all...]
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc.c1333 struct xcmd *clist2,
1347 else if (clist2 != 0)
1348 clist = clist2;
1376 if (clist == clist1 && clist2 != 0) {
1377 clist = clist2;
1330 findcmd( register char *str, struct xcmd *clist1, struct xcmd *clist2, struct xcmd **cmd ) argument
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq.c1733 struct xcmd *clist2,
1747 else if (clist2 != 0)
1748 clist = clist2;
1776 if (clist == clist1 && clist2 != 0) {
1777 clist = clist2;
1730 findcmd( register char *str, struct xcmd *clist1, struct xcmd *clist2, struct xcmd **cmd ) argument

Completed in 137 milliseconds