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

  /src/games/larn/
data.c 123 u_char know[MAXX][MAXY]; /* 1 or 0 if here before */ variable
header.h 63 char know; /* have we been here before */ member in struct:cel
341 extern u_char item[MAXX][MAXY], iven[], know[MAXX][MAXY];
391 #define forget() (item[playerx][playery]=know[playerx][playery]=0)
393 #define disappear(x,y) (mitem[x][y]=know[x][y]=0)
  /src/external/gpl3/binutils/dist/gas/
as.h 31 #define DEBUG to enable all the "know" assertion tests.
164 #ifndef know macro
165 #define know(p) gas_assert(p) /* Verify our assumptions! */
168 #define know(p) do {} while (0) /* know() checks are no-op.ed */
167 #define know macro
  /src/external/gpl3/binutils.old/dist/gas/
as.h 31 #define DEBUG to enable all the "know" assertion tests.
164 #ifndef know macro
165 #define know(p) gas_assert(p) /* Verify our assumptions! */
168 #define know(p) do {} while (0) /* know() checks are no-op.ed */
167 #define know macro

Completed in 25 milliseconds