Searched refs:nextp (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Ddelwin.c73 wp = win->nextp;
75 np = wp->nextp;
82 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
86 pwl->nextp = wl->nextp;
88 screen->winlistp = wl->nextp;
99 for (wp = win->nextp; wp->nextp != win; wp = wp->nextp)
101 wp->nextp
[all...]
H A Did_subwins.c54 for (win = orig->nextp; win != orig; win = win->nextp) {
H A Dnewwin.c140 win->nextp = win;
208 win->nextp = orig->nextp;
209 orig->nextp = win;
331 wlp->nextp = NULL;
336 while (wlp2->nextp != NULL)
337 wlp2 = wlp2->nextp;
338 wlp2->nextp = wlp;
H A Dmvwin.c107 win = win->nextp;
H A Dresize.c163 for (list = _cursesi_screen->winlistp; list != NULL; list = list->nextp) {
337 for (swin = win->nextp; swin != win; swin = swin->nextp) {
/netbsd-6-1-5-RELEASE/usr.bin/users/
H A Dusers.c65 struct utmpentry *from, *ehead, *save, **nextp; local
93 for (nextp = &ehead;
94 (*nextp) && strcmp(from->name, (*nextp)->name) > 0;
95 nextp = &(*nextp)->next)
99 save->next = *nextp;
100 *nextp = save;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20000906-1.c30 foo (struct ucharp cp, struct ucharp lp, struct list **nextp) argument
54 *nextp = list;
55 nextp = &list->next;
73 struct list *nextp = &list; local
75 foo (cp, lp, &nextp);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20000906-1.c30 foo (struct ucharp cp, struct ucharp lp, struct list **nextp) argument
54 *nextp = list;
55 nextp = &list->next;
73 struct list *nextp = &list; local
75 foo (cp, lp, &nextp);
/netbsd-6-1-5-RELEASE/usr.bin/who/
H A Dutmpentry.c193 struct utmpentry **nextp = &ehead; local
215 *nextp = ep;
216 nextp = &(ep->next);
239 *nextp = ep;
240 nextp = &(ep->next);
251 for (nextp = &ehead;
252 (*nextp) && strcmp(from->line, (*nextp)->line) > 0;
253 nextp = &(*nextp)
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.c61 list_t **nextp; local
63 for (nextp = list; *nextp; nextp = &((*nextp)->l_next)) {
64 if (cmp((*nextp)->l_data, data) > 0)
68 list_add(nextp, data);
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dpage.h88 BUFHEAD *nextp; member in struct:__anon5156
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dlinenum.c165 struct linenum *nextp; local
177 nextp = p;
202 new->next = nextp;
207 nextp->prev = new;
214 calcgap(nextp);
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dw.c119 } *ehead = NULL, **nextp = &ehead; variable in typeref:struct:entry
245 *nextp = ep;
246 nextp = &(ep->next);
280 *nextp = ep;
281 nextp = &(ep->next);
351 for (nextp = &ehead;
352 (*nextp) && from->idle >= (*nextp)->idle;
353 nextp = &(*nextp)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dequiv.c71 for(q = p->equivs ; q ; q = q->eqvchain.nextp)
86 itemp->b_prim.argsp->b_list.listp->chain.nextp = cp;
131 else for(q = p->equivs ; q ; q = q->eqvchain.nextp)
162 for(q = p->equivs ; q; q = q->eqvchain.nextp)
203 for(q = p->equivs ; q ; q = q->eqvchain.nextp)
262 q1 = q->eqvchain.nextp;
265 q->eqvchain.nextp = p0->equivs;
287 oq = q->eqvchain.nextp;
306 for(q = p->b_list.listp ; q ; q = q->chain.nextp)
H A Dmisc.c123 for(p = x ; p->chain.nextp ; p = p->chain.nextp)
125 p->chain.nextp = y;
150 chains = chains->chain.nextp;
155 r->chain.nextp = q;
434 for(q = *p; q->chain.nextp ; q = q->chain.nextp)
436 q->chain.nextp = chains;
517 rp = rpllist->rplblock.nextp;
531 q = (*p)->chain.nextp;
[all...]
H A Ddata.c144 rp->rplblock.nextp = rpllist;
166 curdtp = curdtp->chain.nextp;
193 curdtp = curdtp->chain.nextp;
220 curdtp = curdtp->chain.nextp;
343 for(p = p0 ; p ; p = p->chain.nextp)
H A Ddefs.h149 chainp nextp;
206 chainp nextp;
343 chainp nextp;
366 chainp nextp;
148 chainp nextp; member in struct:chain
205 chainp nextp; member in struct:entrypoint
342 chainp nextp; member in struct:rplblock
365 chainp nextp; member in struct:eqvchain
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dlinenum.c137 register struct linenum_info *nextp; local
149 nextp = p;
174 new->next = nextp;
179 nextp->prev = new;
186 calcgap(nextp);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c386 add_struct_fields (struct type *type, int *nextp, char **output,
397 add_struct_fields (TYPE_BASECLASS (type, i), nextp,
406 output[*nextp] = xstrdup (TYPE_FIELD_NAME (type, i));
407 ++*nextp;
413 add_struct_fields (TYPE_FIELD_TYPE (type, i), nextp,
433 output[*nextp] = xstrdup (name);
434 ++*nextp;
385 add_struct_fields(struct type *type, int *nextp, char **output, char *fieldname, int namelen) argument
396 add_struct_fields (TYPE_BASECLASS (type, i), nextp, local
412 add_struct_fields (TYPE_FIELD_TYPE (type, i), nextp, local
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dwatch.c39 char *nextp; local
115 nextp = NULL;
118 nextp = pend + 1;
170 p = nextp;
H A Dedit.c879 char *nextp; local
939 nextp = strchr (p, ',');
946 p = nextp == NULL ? nextp : nextp + 1;
957 if (endq == NULL || (nextp != NULL && endq > nextp))
959 if (nextp == NULL)
962 endq = nextp;
1004 if (nextp !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grotty/
H A Dtty.cpp655 glyph *nextp; local
660 for (p = g; p; delete p, p = nextp) {
661 nextp = p->next;
666 if (nextp && p->hpos == nextp->hpos) {
668 nextp->draw_mode() == VDRAW_MODE) {
670 nextp->code =
672 + ((nextp->mode & (START_LINE|END_LINE)) >> 6)];
674 nextp->code = '+';
677 if (p->draw_mode() != 0 && p->draw_mode() == nextp
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_mount.c283 vfs_busy(struct mount *mp, struct mount **nextp) argument
289 if (nextp != NULL) {
291 *nextp = CIRCLEQ_NEXT(mp, mnt_list);
297 if (nextp != NULL) {
299 *nextp = CIRCLEQ_NEXT(mp, mnt_list);
303 if (nextp != NULL) {
314 * => If nextp != NULL, acquire mountlist_lock.
317 vfs_unbusy(struct mount *mp, bool keepref, struct mount **nextp) argument
322 if (nextp != NULL) {
329 if (nextp !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c1551 location_chain *nextp; local
1554 nextp = &new_var->var_part[i].loc_chain;
1571 *nextp = new_lc;
1572 nextp = &new_lc->next;
1680 location_chain nextp; local
1681 for (nextp = var->var_part[i].loc_chain; nextp; nextp = nextp->next)
1682 if (rtx_equal_p (nextp
1707 attrs *nextp; local
1743 attrs *nextp = &set->regs[REGNO (loc)]; local
2437 location_chain *nextp; local
3533 location_chain *nextp = &node->next; local
5690 location_chain nextp; local
6458 location_chain *nextp; local
6816 location_chain *nextp; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Ddefs.h131 struct linkbuf *nextp; member in struct:linkbuf

Completed in 198 milliseconds

123