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

/freebsd-13-stable/bin/ed/
H A Dglbl.c138 static line_t **active_list; /* list of lines active in a global command */ variable
139 static long active_last; /* index of last active line in active_list */
140 static long active_size; /* size of active_list */
141 static long active_ptr; /* active_list index (non-decreasing) */
142 static long active_ndx; /* active_list index (modulo active_last) */
153 if (active_list != NULL) {
155 if ((ts = (line_t **) realloc(active_list,
174 active_list = ts;
177 active_list[active_last++] = lp;
191 if (active_list[active_nd
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h102 ActiveCategoriesList &active_list() { return m_active_categories; } function in class:lldb_private::TypeCategoryMap
/freebsd-13-stable/sys/dev/hptmv/
H A Draid5n.h109 struct list_head active_list; member in struct:r5_global_data
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c110 struct list_head active_list; member in struct:mcast_group
380 list_move(&member->list, &group->active_list);
408 while (!list_empty(&group->active_list)) {
409 member = list_entry(group->active_list.next,
587 INIT_LIST_HEAD(&group->active_list);
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_optimize.c1017 struct pf_opt_rule *por, struct pf_skip_step *active_list)
1025 if (sk == NULL || sk == active_list || sk->ps_count <= 1)
1016 remove_from_skipsteps(struct skiplist *head, struct superblock *block, struct pf_opt_rule *por, struct pf_skip_step *active_list) argument

Completed in 102 milliseconds