Searched refs:IS_SAME (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/games/robots/
H A Drnd_pos.c45 #define IS_SAME(p,y,x) ((p).y != -1 && (p).y == y && (p).x == x) macro
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.h145 const unsigned long IS_SAME = 0400; variable
H A Dobject.cpp799 if ((flags & IS_SAME) && have_last_box)
805 if ((flags & IS_SAME) && have_last_box)
811 if ((flags & IS_SAME) && have_last_box)
1040 if ((flags & IS_SAME) && have_last_ellipse)
1046 if ((flags & IS_SAME) && have_last_ellipse)
1088 if ((flags & IS_SAME) && have_last_circle)
1139 if ((flags & IS_SAME) && have_last_move)
1426 if ((flags & IS_SAME) && (type == LINE_OBJECT || type == ARROW_OBJECT)
H A Dpic.y989 $$->flags |= IS_SAME;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_lib.c350 enum { IS_SAME = 0, IS_DIFFERENT = 1 } type_check; enumerator in enum:collect_extra_decoder_data_st::__anon44
414 case IS_SAME:
527 for (data.type_check = IS_SAME;

Completed in 133 milliseconds