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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dgtkutil.h59 } xg_list_node; typedef in typeref:struct:xg_list_node_
68 xg_list_node ptrs;
80 xg_list_node ptrs;
H A Dgtkutil.c473 xg_list_insert (xg_list_node *list, xg_list_node *node)
475 xg_list_node *list_start = list->next;
486 xg_list_remove (xg_list_node *list, xg_list_node *node)
488 xg_list_node *list_start = list->next;
1606 static xg_list_node xg_menu_cb_list;
1610 static xg_list_node xg_menu_item_cb_list;
1694 xg_list_node *iter;

Completed in 171 milliseconds