Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/newform/
H A Dnewform.c109 *wlast = &work[3*NCOLS], /* Pointer to end of work area */ variable
663 while (wlast - area) { in readline()
765 if (plast + n > wlast) center(); in append()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c370 struct whoent *we = mywd.wd_we, *wlast; in onalrm() local
400 wlast = &mywd.wd_we[1024 / sizeof (struct whoent) - 1]; in onalrm()
414 if (we >= wlast) in onalrm()