Searched refs:active_list (Results 1 – 4 of 4) sorted by relevance
147 line_t **active_list; /* list of lines active in a global command */ variable162 if (active_list != NULL) { in set_active_node()164 if ((ts = (line_t **) realloc(active_list, in set_active_node()183 active_list = ts; in set_active_node()186 active_list[active_last++] = lp; in set_active_node()200 if (active_list[active_ndx] == lp) { in unset_active_nodes()201 active_list[active_ndx] = NULL; in unset_active_nodes()212 while (active_ptr < active_last && active_list[active_ptr] == NULL) in next_active_node()214 return (active_ptr < active_last) ? active_list[active_ptr++] : NULL; in next_active_node()224 free(active_list); in clear_active_list()[all …]
988 +PK11_active *active_list[OP_MAX] = { NULL };2203 + active_list[i] = NULL;5416 + * free_session list and active_list but generally serves as a global5566 +extern PK11_active *active_list[];5883 + for (entry = active_list[type]; entry != NULL; entry = entry->next)5926 + if (active_list[type] == NULL)5927 + active_list[type] = entry;5930 + entry->next = active_list[type];5931 + active_list[type]->prev = entry;5932 + active_list[type] = entry;[all …]
1007 +PK11_active *active_list[OP_MAX] = { NULL };2222 + active_list[i] = NULL;5435 + * free_session list and active_list but generally serves as a global5585 +extern PK11_active *active_list[];5902 + for (entry = active_list[type]; entry != NULL; entry = entry->next)5945 + if (active_list[type] == NULL)5946 + active_list[type] = entry;5949 + entry->next = active_list[type];5950 + active_list[type]->prev = entry;5951 + active_list[type] = entry;[all …]
970 +PK11_active *active_list[OP_MAX] = { NULL };2160 + active_list[i] = NULL;5311 + * free_session list and active_list but generally serves as a global5461 +extern PK11_active *active_list[];5778 + for (entry = active_list[type]; entry != NULL; entry = entry->next)5821 + if (active_list[type] == NULL)5822 + active_list[type] = entry;5825 + entry->next = active_list[type];5826 + active_list[type]->prev = entry;5827 + active_list[type] = entry;[all …]