/src/lib/libcurses/ |
delwin.c | 75 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 = win->nextp [all...] |
id_subwins.c | 54 for (win = orig->nextp; win != orig; win = win->nextp) {
|
newwin.c | 156 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;
|
mvwin.c | 120 win = win->nextp;
|
resize.c | 206 for (list = _cursesi_screen->winlistp; list != NULL; list = list->nextp) { 378 for (swin = win->nextp; swin != win; swin = swin->nextp) {
|
curses_private.h | 101 struct __window *nextp, *orig; /* Subwindows list and parent. */ member in struct:__window 161 struct __winlist *nextp; /* Next window. */ member in struct:__winlist
|
color.c | 247 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) { 663 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
|
refresh.c | 186 for (sub_win = dwin->nextp; sub_win != orig; 187 sub_win = sub_win->nextp) {
|
/src/usr.bin/users/ |
users.c | 61 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/ |
utmpentry.c | 186 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)->next [all...] |
/src/lib/libc/db/hash/ |
page.h | 88 BUFHEAD *nextp; member in struct:__anon9d08c6170108
|
hash_bigkey.c | 607 if (!(ret->nextp = 611 ret->nextp = NULL;
|
hash_page.c | 325 bufp = ret.nextp; 330 last_bfp = ret.nextp;
|
/src/distrib/utils/more/ |
linenum.c | 165 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/ |
w.c | 119 } *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)->next [all...] |
/src/sbin/ifconfig/ |
parse.c | 565 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->p_name) [all...] |
/src/usr.bin/rdist/ |
defs.h | 131 struct linkbuf *nextp; member in struct:linkbuf
|
docmd.c | 196 for (; ihead != NULL; ihead = ihead->nextp) {
|
server.c | 572 for (lp = ihead; lp != NULL; lp = lp->nextp) 581 lp->nextp = ihead;
|
/src/sys/dist/pf/net/ |
pf_if.c | 755 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/ |
syslogd.c | 3162 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)->f_next, "*", "*") [all...] |
/src/sys/dev/pci/ixgbe/ |
ix_txrx.c | 1828 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/ |
nfs_subs.c | 962 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/ |
if_vmx.c | 2430 goto nextp; 2438 goto nextp; 2459 goto nextp; 2477 nextp:
|
/src/sys/dev/pci/igc/ |
if_igc.c | 2164 int nextp = igc_rxdesc_incr(sc, id); local in function:igc_rxeof 2166 nxbuf = &rxr->rx_buffers[nextp];
|