Searched defs:nwp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_trap.c221 struct rwindow *nwp; local
224 nwp = &rp->ptl1_rwindow[0];
226 nwp = &rp->ptl1_rwindow[i+1];
229 nwp->rw_in[0], nwp->rw_in[1], nwp->rw_in[2],
230 nwp->rw_in[3], nwp->rw_in[4], nwp->rw_in[5],
231 nwp
[all...]
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_trap.c235 struct rwindow *nwp; local
238 nwp = &rp->ptl1_rwindow[0];
240 nwp = &rp->ptl1_rwindow[i+1];
243 nwp->rw_in[0], nwp->rw_in[1], nwp->rw_in[2],
244 nwp->rw_in[3], nwp->rw_in[4], nwp->rw_in[5],
245 nwp
[all...]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c396 char **nwp; local
404 nwp = realloc(wp->we_wordv,
406 if (nwp == NULL)
409 wp->we_wordv = nwp;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c502 struct whyle *nwp; local
525 nwp = (struct whyle *)xcalloc(1, sizeof (*nwp));
526 nwp->w_fe = nwp->w_fe0 = v; gargv = 0;
527 nwp->w_start = btell();
528 nwp->w_fename = savestr(cp);
529 nwp->w_next = whyles;
530 whyles = nwp;
566 struct whyle *nwp local
957 struct whyle *nwp = wp->w_next; local
[all...]

Completed in 60 milliseconds