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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddupwin.c53 * makenew initializes all the variables, and then we re-initialize
108 chtype *ws, *we, *ns, *ne, wc; local
112 we = ws + ncolsav - 1;
114 for (; ws <= we; ++ws)
117 for (; we >= ws; --we)
118 if (!ISCBIT(*we))
120 if (we >= ws) {
121 wc = *we;
123 if ((we
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c83 struct whoent *we; local
150 * so we first remember its offset into hs[],
177 we = (struct whoent *)(((char *)buf)+cc);
178 while (--we >= wd->wd_we)
179 if (aflg || we->we_idle < 3600)
H A Drwho.c82 register struct whoent *we; local
122 we = w->wd_we;
124 if (aflg == 0 && we->we_idle >= 60*60) {
125 we++;
132 mp->myutmp = we->we_utmp; mp->myidle = we->we_idle;
135 nusers++; we++; mp++;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c121 * a list constructed at the time we're
300 struct whoent *we; local
307 we = wd.wd_we;
309 we->we_idle = ntohl(we->we_idle);
310 we->we_utmp.out_time =
311 ntohl(we->we_utmp.out_time);
312 we++;
370 struct whoent *we = mywd.wd_we, *wlast; local
408 bcopy(utmpx[i].ut_line, we
715 struct whoent *we; local
[all...]

Completed in 78 milliseconds