Searched defs:checktype (Results 1 – 2 of 2) sorted by relevance
130 #define checktype(o,t) (ttypenv(o) == (t)) macro364 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
8115 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local