1034 int i, j, n_nodes, curr_index = 0;
1036 char *ptr, *nodeptrs[
MAX_CONNS*2], *curr_str, *sptr;
1040 id = XmSelectionBoxGetChild(sel_id,XmDIALOG_HELP_BUTTON);
1041 XtUnmanageChild(
id);
1042 id = XmSelectionBoxGetChild(sel_id,XmDIALOG_APPLY_BUTTON);
1043 XtUnmanageChild(
id);
1044 id = XmSelectionBoxGetChild(sel_id,XmDIALOG_LIST);
1045 XmListDeleteAllItems(
id);
1049 for(i=0;i<n_nodes;i++)
1053 ptr = strchr(ptr,
'\n');
1055 for(j = 0; j < (int)strlen(sptr); j++)
1056 sptr[j] = (
char)tolower((
int)sptr[j]);
1058 strcpy(max_str,
"zzzzzzzzzzzzzzzzzzzzzzzzzzzz");
1059 for(i=0;i<n_nodes; i++)
1062 for(j=0;j<n_nodes; j++)
1068 if(strcmp(sptr,curr_str) < 0)
1074 nodeptrs[curr_index] = 0;
Widget put_selection(int tag, char *title)
int get_nodes(char *node_ptr)