Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Das.h159 #define know(p) gas_assert(p) /* Verify our assumptions! */ macro
162 #define know(p) do {} while (0) /* know() checks are no-op.ed */ macro
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Das.h164 #define know(p) gas_assert(p) /* Verify our assumptions! */ macro
167 #define know(p) do {} while (0) /* know() checks are no-op.ed */ macro
/netbsd-src/games/larn/
H A Ddata.c123 u_char know[MAXX][MAXY]; /* 1 or 0 if here before */ variable
H A Dheader.h63 char know; /* have we been here before */ member