gl_list_nx_create  187 maint/gnulib/lib/gl_list.h extern gl_list_t gl_list_nx_create (gl_list_implementation_t implementation,
gl_list_nx_create  104 maint/gnulib/lib/gl_xlist.h     gl_list_nx_create (implementation, equals_fn, hashcode_fn, dispose_fn,
gl_list_nx_create  103 maint/gnulib/tests/test-array_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  109 maint/gnulib/tests/test-avltree_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  119 maint/gnulib/tests/test-avltree_list.c     list3 = gl_list_nx_create (GL_AVLTREE_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  136 maint/gnulib/tests/test-avltreehash_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST,
gl_list_nx_create  148 maint/gnulib/tests/test-avltreehash_list.c     list3 = gl_list_nx_create (GL_AVLTREEHASH_LIST,
gl_list_nx_create  105 maint/gnulib/tests/test-carray_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  115 maint/gnulib/tests/test-carray_list.c     list3 = gl_list_nx_create (GL_CARRAY_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  105 maint/gnulib/tests/test-linked_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  115 maint/gnulib/tests/test-linked_list.c     list3 = gl_list_nx_create (GL_LINKED_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  132 maint/gnulib/tests/test-linkedhash_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST,
gl_list_nx_create  144 maint/gnulib/tests/test-linkedhash_list.c     list3 = gl_list_nx_create (GL_LINKEDHASH_LIST,
gl_list_nx_create  109 maint/gnulib/tests/test-rbtree_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  119 maint/gnulib/tests/test-rbtree_list.c     list3 = gl_list_nx_create (GL_RBTREE_LIST, NULL, NULL, NULL, true,
gl_list_nx_create  136 maint/gnulib/tests/test-rbtreehash_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST,
gl_list_nx_create  148 maint/gnulib/tests/test-rbtreehash_list.c     list3 = gl_list_nx_create (GL_RBTREEHASH_LIST,