Home
last modified time | relevance | path

Searched defs:anything (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/hack/
H A Dhack.makemon.c88 boolean anything = (!ptr); in makemon() local
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dgcc_cast_union.c16 union anything { union
H A Dmsg_247.c358 } anything; typedef
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.h32 unsigned int anything : 1; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.h32 unsigned int anything : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h167 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } in anything() function