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

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c113 static list_t *fth_str_curmems; variable
116 * Node type for the member-storage list (fth_str_curmems) built by
135 /* Comparison routined used to insert members into the fth_str_curmems list */
164 fth_str_curmems = NULL;
398 * Add a member to list of members to be printed (fth_str_curmems). If
421 slist_add(&fth_str_curmems, mem, fth_struct_memcmp);
456 if (list_count(fth_str_curmems) == 0) {
461 while (!list_empty(fth_str_curmems)) {
462 fth_str_mem_t *mem = list_remove(&fth_str_curmems,
463 list_first(fth_str_curmems), NUL
[all...]

Completed in 69 milliseconds