Home
last modified time | relevance | path

Searched defs:IS_SAME (Results 1 – 3 of 3) sorted by relevance

/netbsd/games/robots/
H A Drnd_pos.c45 #define IS_SAME(p,y,x) ((p).y != -1 && (p).y == y && (p).x == x) macro
/netbsd/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.h145 const unsigned long IS_SAME = 0400; variable
/netbsd/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_lib.c350 enum { IS_SAME = 0, IS_DIFFERENT = 1 } type_check; enumerator