Home
last modified time | relevance | path

Searched refs:wlast (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c107 *wlast = &work[3*NCOLS], /* Pointer to end of work area */ variable
661 while (wlast - area) { in readline()
763 if (plast + n > wlast) center(); in append()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c368 struct whoent *we = mywd.wd_we, *wlast; in onalrm() local
398 wlast = &mywd.wd_we[1024 / sizeof (struct whoent) - 1]; in onalrm()
412 if (we >= wlast) in onalrm()