Home
last modified time | relevance | path

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

/openbsd/games/tetris/
H A Dscreen.c58 static int isset; /* true => terminal is in game mode */ variable
/openbsd/sys/sys/
H A Dparam.h181 #define isset(a,i) ((a)[(i)>>3] & (1<<((i)&(NBBY-1)))) macro
/openbsd/lib/libcrypto/asn1/
H A Dtasn_enc.c321 int isset, sktag, skaclass; in asn1_template_ex_i2d() local