Home
last modified time | relevance | path

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

/minix3/bin/ed/
H A Dglbl.c147 line_t **active_list; /* list of lines active in a global command */ variable
162 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 …]
/minix3/external/bsd/bind/dist/bin/pkcs11/
H A Dopenssl-1.0.0o-patch988 +PK11_active *active_list[OP_MAX] = { NULL };
2203 + active_list[i] = NULL;
5416 + * free_session list and active_list but generally serves as a global
5566 +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 …]
H A Dopenssl-0.9.8zc-patch1007 +PK11_active *active_list[OP_MAX] = { NULL };
2222 + active_list[i] = NULL;
5435 + * free_session list and active_list but generally serves as a global
5585 +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 …]
H A Dopenssl-1.0.1j-patch970 +PK11_active *active_list[OP_MAX] = { NULL };
2160 + active_list[i] = NULL;
5311 + * free_session list and active_list but generally serves as a global
5461 +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 …]