Searched refs:next (Results 101 - 125 of 3067) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c61 struct spec_section *next;
72 struct spec_entry *next;
87 struct node *next;
94 which is the end of the file or where the next line starts. */
110 struct menu_section *next;
778 for (spec = input_sections; spec; spec = spec->next)
786 for (spec = input_sections; spec; spec = spec->next)
792 for (entry = entries_to_add; entry; entry = entry->next)
800 for (entry = entries_to_add; entry; entry = entry->next)
826 spec1 = spec1->next)
60 struct spec_section *next; member in struct:spec_section
71 struct spec_entry *next; member in struct:spec_entry
86 struct node *next; member in struct:node
109 struct menu_section *next; member in struct:menu_section
876 struct spec_section *next local
927 struct spec_entry *next local
1012 struct node *next = (struct node *) xmalloc (sizeof (struct node)); local
1050 struct menu_section *next local
1213 struct spec_entry *next local
1256 struct spec_section *next local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.c122 for (numwins = 0, win = windows; win; win = win->next, numwins++);
134 if (!windows->next)
144 for (win = windows; win; win = win->next)
169 if ((!windows->next) && ((windows->height == 0) && (delta_height < 0)))
180 for (win = windows; win; win = win->next)
206 if (!win->next)
221 if ((delta_each < 0) && ((windows->height != 0) && windows->next))
239 for (win = windows; win; win = win->next)
253 win= win->next;
318 window->next
379 register WINDOW *win, *prev, *next; local
615 WINDOW *next, *prev, *window_to_fix; local
[all...]
/openbsd-current/lib/libcurses/base/
H A Dnew_pair.c89 while (list[pair].next != base) {
91 pair = list[pair].next;
116 n, n == pair ? '@' : ':', list[n].next, list[n].prev);
166 int next = list[pair].next; local
169 if (list[prev].next == pair &&
170 list[next].prev == pair) {
171 list[prev].next = next;
172 list[next]
196 _nc_reset_color_pair(SCREEN *sp, int pair, colorpair_t * next) argument
[all...]
/openbsd-current/gnu/lib/libiberty/include/
H A Dpartition.h51 /* The next element in this class. Elements in each class form a
53 struct partition_elem* next; member in struct:partition_elem
/openbsd-current/gnu/gcc/include/
H A Dpartition.h51 /* The next element in this class. Elements in each class form a
53 struct partition_elem* next; member in struct:partition_elem
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Darsup.h22 struct list *next; member in struct:list
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dxtensa-relax.h45 TransitionList *next; member in struct:transition_list
51 PreconditionList *next; member in struct:precondition_list
102 BuildOp *next; member in struct:build_op
122 BuildInstr *next; member in struct:build_instr
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Darsup.h23 struct list *next; member in struct:list
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980506-1.c4 struct decision *next; member in struct:decision
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dsource.h27 struct source_file *next;
26 struct source_file *next; member in struct:source_file
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dpartition.h51 /* The next element in this class. Elements in each class form a
53 struct partition_elem* next; member in struct:partition_elem
/openbsd-current/lib/libc/yp/
H A Dxdr_ypmaplist.c39 return xdr_pointer(xdrs, (caddr_t *)&objp->next,
/openbsd-current/usr.bin/tr/
H A Dextern.h49 int next(STR *);
/openbsd-current/usr.bin/grep/
H A Dqueue.c40 struct queue *next; member in struct:queue
73 item->next = NULL;
78 q_tail->next = item;
96 q_head = item->next;
/openbsd-current/usr.sbin/npppd/common/
H A Daddr_range.h33 struct in_addr_range *next; member in struct:in_addr_range
/openbsd-current/gnu/llvm/compiler-rt/lib/stats/
H A Dstats.h31 StatModule *next; member in struct:__sanitizer::StatModule
/openbsd-current/usr.bin/mandoc/
H A Dtbl.h53 struct tbl_cell *next; /* Layout cell to the right. */ member in struct:tbl_cell
74 struct tbl_row *next; /* Layout row below. */ member in struct:tbl_row
94 struct tbl_dat *next; /* Data cell to the right. */ member in struct:tbl_dat
115 struct tbl_span *next; /* Data row below. */ member in struct:tbl_span
H A Dtbl_int.h31 struct tbl_node *next; /* Next table. */ member in struct:tbl_node
/openbsd-current/sys/sys/
H A Devcount.h44 TAILQ_ENTRY(evcount) next; member in struct:evcount
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dshrinker.h16 TAILQ_ENTRY(shrinker) next; member in struct:shrinker
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_user_extensions.c26 u64 next; local
53 if (get_user(next, &ext->next_extension) ||
54 overflows_type(next, uintptr_t))
57 ext = u64_to_user_ptr(next);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddummy-frame.c42 struct dummy_frame *next; member in struct:dummy_frame
75 dummyframe = dummyframe->next)
102 dummy_frame_stack = dummy_frame->next;
108 dummy_frame = dummy_frame->next;
113 dummy_frame->next = dummy_frame_stack;
141 ID from the next frame. Note that this method uses
149 dummyframe = dummyframe->next)
230 for (s = dummy_frame_stack; s != NULL; s = s->next)
/openbsd-current/usr.sbin/ypserv/revnetgroup/
H A Dhash.c121 cur = cur->next;
155 new->next = table[i];
183 tmp->next = NULL;
195 p = p->next;
197 tmp->next = cur->groups;
201 cur = cur->next;
209 new->next = table[i];
/openbsd-current/lib/libc/gen/
H A Dpopen.c48 struct pid *next; member in struct:pid
95 for (pcur = pidlist; pcur; pcur = pcur->next)
127 cur->next = pidlist;
156 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
167 pidlist = cur->next;
169 last->next = cur->next;
/openbsd-current/sys/kern/
H A Dsubr_evcount.c48 TAILQ_INSERT_TAIL(&evcount_list, ec, next);
55 TAILQ_REMOVE(&evcount_list, ec, next);
56 TAILQ_INSERT_TAIL(&evcount_percpu_init_list, ec, next);
68 TAILQ_FOREACH(ec, &evcount_percpu_init_list, next) {
73 TAILQ_CONCAT(&evcount_list, &evcount_percpu_init_list, next);
80 TAILQ_REMOVE(&evcount_list, ec, next);
119 TAILQ_FOREACH(ec, &evcount_list, next) {

Completed in 468 milliseconds

1234567891011>>