Home
last modified time | relevance | path

Searched defs:know (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.27/gas/
H A Das.h204 #define know(p) gas_assert(p) /* Verify our assumptions! */ macro
207 #define know(p) do {} while (0) /* know() checks are no-op.ed */ macro
/dragonfly/contrib/binutils-2.34/gas/
H A Das.h203 #define know(p) gas_assert(p) /* Verify our assumptions! */ macro
206 #define know(p) do {} while (0) /* know() checks are no-op.ed */ macro
/dragonfly/games/larn/
H A Ddata.c112 char know[MAXX][MAXY]; /* 1 or 0 if here before */ variable
H A Dheader.h66 char know; /* have we been here before */ member