Home
last modified time | relevance | path

Searched refs:unresolved_pool (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/dis/
H A Ddis_list.c63 static uu_list_pool_t *unresolved_pool; variable
70 unresolved_pool = uu_list_pool_create( in initialize_pools()
77 if (unresolved_pool == NULL || in initialize_pools()
94 if (unresolved_pool == NULL) in dis_namelist_create()
97 if ((listp = uu_list_create(unresolved_pool, NULL, 0)) == NULL) in dis_namelist_create()