1019 int i, j, n_nodes, curr_index = 0;
1021 char *ptr, *nodeptrs[
MAX_CONNS], *curr_str, *sptr;
1025 id = XmSelectionBoxGetChild(sel_id,XmDIALOG_HELP_BUTTON);
1026 XtUnmanageChild(
id);
1027 id = XmSelectionBoxGetChild(sel_id,XmDIALOG_APPLY_BUTTON);
1028 XtUnmanageChild(
id);
1029 id = XmSelectionBoxGetChild(sel_id,XmDIALOG_LIST);
1030 XmListDeleteAllItems(
id);
1034 for(i=0;i<n_nodes;i++)
1038 ptr = strchr(ptr,
'\n');
1039 for(j = 0; j < (int)strlen(sptr); j++)
1040 sptr[j] = tolower(sptr[j]);
1043 strcpy(max_str,
"zzzzzzzzzzzzzzzzzzzzzzzzzzzz");
1044 for(i=0;i<n_nodes; i++)
1047 for(j=0;j<n_nodes; j++)
1053 if(strcmp(sptr,curr_str) < 0)
1059 nodeptrs[curr_index] = 0;
int get_nodes(char *node_ptr)
Widget put_selection(int tag, char *title)