/minix3/games/worm/ |
H A D | worm.c | 65 struct body { struct 68 struct body *prev; argument 69 struct body *next; argument
|
/minix3/external/bsd/llvm/dist/clang/www/ |
H A D | content.css | 1 html { margin: 0px; } body { margin: 8px; } selector 3 html, body { selector
|
/minix3/minix/share/beaglebone/weather/ |
H A D | style.css | 1 body { selector
|
/minix3/external/bsd/llvm/dist/clang/tools/scan-build/ |
H A D | scanview.css | 1 body { color:#000000; background-color:#ffffff } selector 2 body { font-family: Helvetica, sans-serif; font-size:9pt } selector
|
/minix3/crypto/external/bsd/libsaslc/dist/ |
H A D | style.css | 3 body selector
|
/minix3/external/bsd/llvm/dist/clang/docs/tools/ |
H A D | dump_ast_matchers.py | 325 body = False variable 334 body = False variable 348 body = True variable
|
H A D | manpage.css | 5 body { font-family: Arial,Helvetica; } selector
|
/minix3/external/bsd/mdocml/dist/ |
H A D | man-cgi.css | 1 body { font-family: Helvetica, Arial, sans-serif; } selector
|
H A D | mdoc_macro.c | 700 struct mdoc_node *body; /* Our own body. */ in blk_exp_close() local 1033 struct mdoc_node *body; /* save of body macro */ in blk_full() local 1276 struct mdoc_node *body; /* saved body context */ in blk_part_imp() local 1410 struct mdoc_node *body; /* keep track of body */ in blk_part_exp() local
|
/minix3/external/bsd/kyua-cli/dist/misc/ |
H A D | report.css | 29 body { selector
|
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | mk_rep.c | 45 EncAPRepPart body; in krb5_mk_rep() local
|
/minix3/crypto/external/bsd/heimdal/dist/doc/ |
H A D | heimdal.css | 1 body { selector
|
/minix3/external/bsd/llvm/dist/clang/www/analyzer/ |
H A D | content.css | 1 html { margin: 0px; } body { margin: 8px; } selector 3 html, body { selector
|
/minix3/external/mit/expat/dist/doc/ |
H A D | style.css | 1 body { selector
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransUnusedInitDelegate.cpp | 44 void transformBody(Stmt *body, Decl *ParentD) { in transformBody()
|
/minix3/external/mit/lua/dist/doc/ |
H A D | lua.css | 5 body { selector
|
/minix3/external/bsd/bzip2/dist/ |
H A D | bzip.css | 16 body { font: 80%/126% sans-serif; } selector
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-report/ |
H A D | tests-results.css | 30 body { selector
|
/minix3/external/bsd/atf/dist/tools/ |
H A D | tests-results.css | 30 body { selector
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/ |
H A D | macros_test.c | 246 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 290 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 345 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 388 void (*body)(const atf_tc_t *); member 567 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 610 void (*body)(const atf_tc_t *); member 805 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member
|
/minix3/external/bsd/atf/dist/atf-c/ |
H A D | macros_test.c | 244 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 288 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 343 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 386 void (*body)(const atf_tc_t *); member 565 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member 608 void (*body)(const atf_tc_t *); member 803 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | MD5.cpp | 75 const uint8_t *MD5::body(ArrayRef<uint8_t> Data) { in body() function in llvm::MD5
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 671 SExpr *body() { return Body; } in body() function 672 const SExpr *body() const { return Body; } in body() function 726 SExpr *body() { return Body; } in body() function 727 const SExpr *body() const { return Body; } in body() function 767 SExpr *body() { return Body; } in body() function 768 const SExpr *body() const { return Body; } in body() function 803 SExpr *body() { return Body; } in body() function 804 const SExpr *body() const { return Body; } in body() function 1876 SExpr *body() { return Body; } in body() function 1877 const SExpr *body() const { return Body; } in body() function
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 180 ExprAST *step, ExprAST *body) in ForExprAST() 191 ExprAST *body) in VarExprAST() 229 FunctionAST(PrototypeAST *proto, ExprAST *body) in FunctionAST()
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 203 ExprAST *step, ExprAST *body) in ForExprAST() 215 ExprAST *body) in VarExprAST() 254 FunctionAST(PrototypeAST *proto, ExprAST *body) : Proto(proto), Body(body) {} in FunctionAST()
|