Searched refs:wdp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c146 struct wordent *wdp; local
168 wdp = hp;
178 new->prev = wdp;
180 wdp->next = new;
182 wdp = new;
183 wdp->word = word(parsehtime);
187 } while (wdp->word[0] != '\n');
241 struct wordent *wdp; local
243 wdp = hp;
250 new->prev = wdp;
901 struct wordent *wdp; local
[all...]
H A Dsh.exp.c951 struct wordent *wdp = hp; local
956 struct wordent *new = xcalloc(1, sizeof *wdp);
958 new->prev = wdp;
960 wdp->next = new;
961 wdp = new;
962 wdp->word = Strsave(*v++);
964 hp->prev = wdp;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr100.c3055 uint32_t rdp, wdp; local
3060 wdp = RREG32(RADEON_CP_RB_WPTR);
3061 count = (rdp + ring->ring_size - wdp) & ring->ptr_mask;
3063 seq_printf(m, "CP_RB_WPTR 0x%08x\n", wdp);

Completed in 125 milliseconds