/src/bin/csh/ |
exp.c | 562 struct wordent *hp, paraml1, *wdp; local in function:evalav 566 wdp = hp; 573 new = (struct wordent *)xcalloc(1, sizeof *wdp); 574 new->prev = wdp; 576 wdp->next = new; 577 wdp = new; 578 wdp->word = Strsave(*v++); 580 hp->prev = wdp;
|
exp.c | 562 struct wordent *hp, paraml1, *wdp; local in function:evalav 566 wdp = hp; 573 new = (struct wordent *)xcalloc(1, sizeof *wdp); 574 new->prev = wdp; 576 wdp->next = new; 577 wdp = new; 578 wdp->word = Strsave(*v++); 580 hp->prev = wdp;
|
lex.c | 140 struct wordent *wdp; local in function:lex 155 wdp = hp; 163 new = xmalloc(sizeof(*wdp)); 165 new->prev = wdp; 167 wdp->next = new; 168 wdp = new; 169 wdp->word = word(); 170 } while (wdp->word[0] != '\n'); 171 hp->prev = wdp; 224 struct wordent *wdp; local in function:copylex 869 struct wordent lexi, *hp, *wdp; local in function:dosub [all...] |
lex.c | 140 struct wordent *wdp; local in function:lex 155 wdp = hp; 163 new = xmalloc(sizeof(*wdp)); 165 new->prev = wdp; 167 wdp->next = new; 168 wdp = new; 169 wdp->word = word(); 170 } while (wdp->word[0] != '\n'); 171 hp->prev = wdp; 224 struct wordent *wdp; local in function:copylex 869 struct wordent lexi, *hp, *wdp; local in function:dosub [all...] |
/src/sys/dev/ic/ |
ssdfb.c | 475 struct wsdisplay_param *wdp; local in function:ssdfb_ioctl 507 wdp = (struct wsdisplay_param *)data; 508 if (wdp->param != WSDISPLAYIO_PARAM_CONTRAST) 510 wdp->min = 0; 511 wdp->max = 0xff; 512 wdp->curval = sc->sc_contrast; 515 wdp = (struct wsdisplay_param *)data; 516 if (wdp->param != WSDISPLAYIO_PARAM_CONTRAST) 518 if (wdp->curval < 0 || wdp->curval > 0xff [all...] |
ssdfb.c | 475 struct wsdisplay_param *wdp; local in function:ssdfb_ioctl 507 wdp = (struct wsdisplay_param *)data; 508 if (wdp->param != WSDISPLAYIO_PARAM_CONTRAST) 510 wdp->min = 0; 511 wdp->max = 0xff; 512 wdp->curval = sc->sc_contrast; 515 wdp = (struct wsdisplay_param *)data; 516 if (wdp->param != WSDISPLAYIO_PARAM_CONTRAST) 518 if (wdp->curval < 0 || wdp->curval > 0xff [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_r100.c | 2969 uint32_t rdp, wdp; local in function:r100_debugfs_cp_ring_info 2974 wdp = RREG32(RADEON_CP_RB_WPTR); 2975 count = (rdp + ring->ring_size - wdp) & ring->ptr_mask; 2977 seq_printf(m, "CP_RB_WPTR 0x%08x\n", wdp);
|
radeon_r100.c | 2969 uint32_t rdp, wdp; local in function:r100_debugfs_cp_ring_info 2974 wdp = RREG32(RADEON_CP_RB_WPTR); 2975 count = (rdp + ring->ring_size - wdp) & ring->ptr_mask; 2977 seq_printf(m, "CP_RB_WPTR 0x%08x\n", wdp);
|