Searched refs:next (Results 151 - 175 of 2497) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/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...]
/freebsd-10.0-release/bin/sh/
H A Dexpand.h37 struct strlist *next; member in struct:strlist
/freebsd-10.0-release/contrib/binutils/binutils/
H A Darsup.h23 struct list *next; member in struct:list
/freebsd-10.0-release/contrib/binutils/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
/freebsd-10.0-release/contrib/gcclibs/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
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstandalone.c136 char *next;
150 for (next = files_start; *(int *) next; next += *(int *) next)
152 if (!strcmp (next + 4, filename))
154 sourcebeg = next + 4 + strlen (next + 4) + 1;
157 sourcesize = next + *(int *) next
134 char *next; local
564 char *next; local
[all...]
/freebsd-10.0-release/contrib/ncurses/form/
H A Dfld_ftchoice.c60 typ->next = next_choice;
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dentries.c53 * | ----+-->| ----+-->| NULL | next
94 for (last = 0, ep = headp; ep != 0; last = ep, ep = ep->next) {
97 last->next = ep->next;
100 _nc_head = ep->next;
H A Ddb_iterator.c117 * to the next position after the marker so we can call this function
148 DBDIRS next = (DBDIRS) ((int) (*state) + 1); local
172 next = *state;
178 next = *state;
197 next = *state;
202 next = *state;
208 if (*state != next) {
209 *state = next;
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dblacklist.h13 struct wpa_blacklist *next; member in struct:wpa_blacklist
/freebsd-10.0-release/contrib/xz/src/liblzma/common/
H A Dfilter_common.h39 lzma_next_coder *next, lzma_allocator *allocator,
H A Dcommon.h83 lzma_next_coder *next, lzma_allocator *allocator,
119 /// Hold data and function pointers of the next filter in the chain.
177 lzma_next_coder next; member in struct:lzma_internal_s
181 /// is used on every call to lzma_code until next.code has returned
197 /// Indicates which lzma_action values are allowed by next.code.
201 /// made (no input consumed and no output produced by next.code).
218 /// Initializes the next filter in the chain, if any. This takes care of
222 extern lzma_ret lzma_next_filter_init(lzma_next_coder *next,
225 /// Update the next filter in the chain, if any. This checks that
228 lzma_next_coder *next, lzma_allocato
[all...]
/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.h19 extern lzma_ret lzma_lzma2_decoder_init(lzma_next_coder *next,
H A Dlzma2_encoder.h34 lzma_next_coder *next, lzma_allocator *allocator,
/freebsd-10.0-release/crypto/heimdal/lib/sl/
H A Dslc.h47 struct assignment *next; member in struct:assignment
/freebsd-10.0-release/crypto/openssh/
H A Dauth-options.h20 struct envstring *next; member in struct:envstring
/freebsd-10.0-release/sbin/ifconfig/
H A Dregdomain.h45 LIST_ENTRY(freqband) next; member in struct:freqband
62 LIST_ENTRY(netband) next; member in struct:netband
79 LIST_ENTRY(regdomain) next; member in struct:regdomain
89 LIST_ENTRY(country) next; member in struct:country
/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_str.h28 struct uwx_str_pool *next; member in struct:uwx_str_pool
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dnotifier.h42 struct notifier_block *next; member in struct:notifier_block
/freebsd-10.0-release/sys/opencrypto/
H A Ddeflate.h55 struct deflate_buf *next; member in struct:deflate_buf
/freebsd-10.0-release/usr.bin/mklocale/
H A Dldef.h47 struct rune_list *next; member in struct:rune_list
/freebsd-10.0-release/usr.sbin/faithd/
H A Dprefix.h39 struct config *next; member in struct:config
/freebsd-10.0-release/usr.sbin/pkg_install/version/
H A Dversion.h27 SLIST_ENTRY(index_entry) next; member in struct:index_entry
/freebsd-10.0-release/usr.sbin/ppp/
H A Dtimer.h41 struct pppTimer *next; /* Link to next timer */ member in struct:pppTimer
42 struct pppTimer *enext; /* Link to next expired timer */
/freebsd-10.0-release/contrib/gcc/
H A Dipa.c45 for (node = cgraph_nodes; node; node = node->next)
47 for (node = cgraph_nodes; node; node = node->next)
86 for (node = cgraph_nodes; node; node = node->next)
100 struct cgraph_node *node, *next; local
110 for (node = cgraph_nodes; node; node = node->next)
113 for (node = cgraph_nodes; node; node = node->next)
154 for (node = cgraph_nodes; node; node = next)
156 next = node->next;
205 for (node = cgraph_nodes; node; node = node->next)
[all...]

Completed in 122 milliseconds

1234567891011>>