Searched refs:local_list (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DIniter.c96 XtAppContext *local_list; local in function:AddToAppconList
99 local_list = *app_list;
101 for ( ; *local_list != NULL ; i++, local_list++) {
102 if (*local_list == app_con)
/xsrc/external/mit/xman/dist/
H A Dman.c364 SectionList *local_list, *end; local in function:AddNewSection
369 local_list = (SectionList *) XtMalloc(sizeof(SectionList));
373 end->next = local_list;
376 *list = local_list;
378 local_list->next = NULL;
379 local_list->label = XtNewString(label);
381 local_list->directory = XtNewString(full_path);
382 local_list->flags = flags;

Completed in 3 milliseconds