HomeSort by: relevance | last modified time | path
    Searched defs:wtmp (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libcurses/
fileio.c 174 WINDOW *wtmp, *win; local in function:getwin
189 wtmp = malloc(sizeof(WINDOW));
190 if (wtmp == NULL)
192 if (fread(wtmp, sizeof(WINDOW), 1, fp) != 1)
194 win = __newwin(_cursesi_screen, wtmp->maxy, wtmp->maxx,
195 wtmp->begy, wtmp->begx, FALSE, FALSE);
198 win->cury = wtmp->cury;
199 win->curx = wtmp->curx
    [all...]
  /src/games/hack/
hack.worm.c 97 struct wseg *wtmp; local in function:initworm
101 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
103 wtmp->wx = mtmp->mx;
104 wtmp->wy = mtmp->my;
105 /* wtmp->wdispl = 0; */
106 wtmp->nseg = 0;
112 struct wseg *wtmp, *whd = NULL; local in function:worm_move
114 wtmp = newseg();
115 wtmp->wx = mtmp->mx;
116 wtmp->wy = mtmp->my
145 struct wseg *wtmp; local in function:worm_nomove
161 struct wseg *wtmp, *wtmp2; local in function:wormdead
176 struct wseg *wtmp; local in function:wormhit
186 struct wseg *wtmp = wsegs[tmp]; local in function:wormsee
209 struct wseg *wtmp, *wtmp2; local in function:cutworm
    [all...]
hack.lev.c 88 struct wseg *wtmp, *wtmp2; local in function:savelev
123 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
124 wtmp2 = wtmp->nseg;
125 bwrite(fd, wtmp, sizeof(struct wseg));
214 struct wseg *wtmp; local in function:getlev
297 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
299 mread(fd, wtmp, sizeof(struct wseg));
300 if (!wtmp->nseg
    [all...]
hack.invent.c 264 struct wseg *wtmp; local in function:m_at
273 for (wtmp = wsegs[mtmp->wormno]; wtmp; wtmp = wtmp->nseg)
274 if (wtmp->wx == x && wtmp->wy == y) {
275 m_atseg = wtmp;
  /src/usr.bin/last/
want.c 64 * wtmp --
65 * read through the wtmp file
68 wtmp(const char *file, int namesz, int linesz, int hostsz, int numeric) function in typeref:typename:void
last.c 124 static void wtmp(const char *, int, int, int, int);
255 wtmp(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);
394 #define wtmp wtmpx macro
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drm.c 156 struct nouveau_cli_work *work, *wtmp; local in function:nouveau_cli_work
158 list_for_each_entry_safe(work, wtmp, &cli->worker, head) {

Completed in 15 milliseconds