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

12

/src/lib/libcurses/
H A Ddelwin.c75 wp = win->nextp;
77 np = wp->nextp;
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
88 pwl->nextp = wl->nextp;
90 screen->winlistp = wl->nextp;
101 for (wp = win->nextp; wp->nextp != win; wp = wp->nextp)
103 wp->nextp
[all...]
H A Did_subwins.c54 for (win = orig->nextp; win != orig; win = win->nextp) {
H A Dnewwin.c156 win->nextp = win;
219 win->nextp = orig->nextp;
220 orig->nextp = win;
316 wlp->nextp = NULL;
321 while (wlp2->nextp != NULL)
322 wlp2 = wlp2->nextp;
323 wlp2->nextp = wlp;
H A Dmvwin.c120 win = win->nextp;
H A Dresize.c206 for (list = _cursesi_screen->winlistp; list != NULL; list = list->nextp) {
378 for (swin = win->nextp; swin != win; swin = swin->nextp) {
H A Dcurses_private.h101 struct __window *nextp, *orig; /* Subwindows list and parent. */ member in struct:__window
161 struct __winlist *nextp; /* Next window. */ member in struct:__winlist
H A Dcolor.c247 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
663 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
H A Drefresh.c186 for (sub_win = dwin->nextp; sub_win != orig;
187 sub_win = sub_win->nextp) {
/src/usr.bin/users/
H A Dusers.c61 struct utmpentry *from, *ehead, *save, **nextp; local in function:main
89 for (nextp = &ehead;
90 (*nextp) && strcmp(from->name, (*nextp)->name) > 0;
91 nextp = &(*nextp)->next)
95 save->next = *nextp;
96 *nextp = save;
/src/usr.bin/who/
H A Dutmpentry.c186 struct utmpentry **nextp = &ehead; local in function:getutentries
209 *nextp = ep;
210 nextp = &(ep->next);
234 *nextp = ep;
235 nextp = &(ep->next);
246 for (nextp = &ehead;
247 (*nextp) && strcmp(from->line, (*nextp)->line) > 0;
248 nextp = &(*nextp)
[all...]
/src/lib/libc/db/hash/
H A Dpage.h88 BUFHEAD *nextp; member in struct:__anonbbcdeabd0108
H A Dhash_bigkey.c607 if (!(ret->nextp =
611 ret->nextp = NULL;
H A Dhash_page.c326 bufp = ret.nextp;
331 last_bfp = ret.nextp;
/src/distrib/utils/more/
H A Dlinenum.c165 struct linenum *nextp; local in function:add_lnum
177 nextp = p;
202 new->next = nextp;
207 nextp->prev = new;
214 calcgap(nextp);
/src/usr.bin/w/
H A Dw.c119 } *ehead = NULL, **nextp = &ehead;
253 *nextp = ep;
254 nextp = &(ep->next);
309 *nextp = ep;
310 nextp = &(ep->next);
379 for (nextp = &ehead;
380 (*nextp) && from->idle >= (*nextp)->idle;
381 nextp = &(*nextp)
[all...]
/src/tests/libexec/ld.elf_so/
H A Dt_dladdr.c134 uintptr_t endp, nextp; local in function:ATF_TC_BODY
142 nextp = pagesize*((endp + pagesize - 1)/pagesize);
150 REQUIRE_LIBC(page = mmap((void *)nextp, pagesize, PROT_NONE, MAP_ANON,
/src/sbin/ifconfig/
H A Dparse.c565 const struct parser *nextp; local in function:pbranch_match
575 nextp = b->b_nextparser;
577 nextp, nextp ? nextp->p_name : "(null)");
578 if (nextp == NULL) {
588 matchfunc = nextp->p_methods->pm_match;
589 rc = (*matchfunc)(nextp, im, &tmpm, argidx, arg);
594 dbg_warnx("%s: branch %s ok", __func__, nextp->p_name);
603 nextp
[all...]
/src/usr.bin/rdist/
H A Ddefs.h131 struct linkbuf *nextp; member in struct:linkbuf
H A Ddocmd.c196 for (; ihead != NULL; ihead = ihead->nextp) {
H A Dserver.c572 for (lp = ihead; lp != NULL; lp = lp->nextp)
581 lp->nextp = ihead;
/src/sys/dist/pf/net/
H A Dpf_if.c755 struct pfi_kif *p, *nextp; local in function:pfi_get_ifaces
759 for (p = RB_MIN(pfi_ifhead, &pfi_ifs); p; p = nextp) {
760 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p);
772 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p);
/src/usr.sbin/syslogd/
H A Dsyslogd.c3162 struct filed *f, **nextp; local in function:read_config_file
3331 nextp = &f;
3416 *nextp = f;
3417 nextp = &f->f_next;
3431 struct filed *f, *newf, **nextp, *f2; local in function:init
3533 nextp = &newf;
3538 *nextp = (struct filed *)calloc(1, sizeof(*f));
3539 cfline(0, "*.ERR\t/dev/console", *nextp, "*", "*");
3540 (*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f));
3541 cfline(0, "*.PANIC\t*", (*nextp)
[all...]
/src/sys/dev/pci/ixgbe/
H A Dix_txrx.c1828 int i, nextp, processed = 0; local in function:ixgbe_rxeof
2012 nextp = ((staterr & IXGBE_RXDADV_NEXTP_MASK) >>
2017 nextp = i + 1;
2018 if (nextp == sc->num_rx_desc)
2019 nextp = 0;
2021 nbuf = &rxr->rx_buffers[nextp];
/src/sys/nfs/
H A Dnfs_subs.c962 struct mbuf **nextp = &m1->m_next; local in function:nfsm_disct
971 m2->m_next = *nextp;
972 *nextp = m2;
973 nextp = &m2->m_next;
/src/sys/dev/pci/
H A Dif_vmx.c2430 goto nextp;
2438 goto nextp;
2459 goto nextp;
2477 nextp:

Completed in 31 milliseconds

12