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

  /src/games/rogue/
inventory.c 230 char savebuf[DCOLS+8]; member in struct:inventory::__anon3301ff390108
261 descs[row].savebuf[j-col] = mvinch(row, j);
263 descs[row].savebuf[j-col] = 0;
281 mvaddstr(j, col, descs[j].savebuf);

Completed in 11 milliseconds