HomeSort by relevance Sort by last modified time
    Searched defs:we (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
dupwin.c 53 * makenew initializes all the variables, and then we re-initialize
84 * We put the free's here rather than after the image call, this
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;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
rwho.c 82 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++;
ruptime.c 83 struct whoent *we; local
142 * We trust that the file system's limit on the number
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)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.rwhod.c 120 * We communicate with each neighbor in
121 * 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++;
340 * We shouldn't assume the name is NUL terminated, so bound th
370 struct whoent *we = mywd.wd_we, *wlast; local
715 struct whoent *we; local
    [all...]

Completed in 449 milliseconds