| /dragonfly/games/battlestar/ |
| HD | room.c | 72 whichway(struct room here) in whichway() argument 77 left = here.west; in whichway() 78 right = here.east; in whichway() 79 ahead = here.north; in whichway() 80 back = here.south; in whichway() 84 left = here.east; in whichway() 85 right = here.west; in whichway() 86 ahead = here.south; in whichway() 87 back = here.north; in whichway() 91 left = here.north; in whichway() [all …]
|
| /dragonfly/contrib/zlib-1.2/ |
| HD | infback.c | 265 code here; /* current decoding table entry */ local 401 here = state->lencode[BITS(state->lenbits)]; 402 if ((unsigned)(here.bits) <= bits) break; 405 if (here.val < 16) { 406 DROPBITS(here.bits); 407 state->lens[state->have++] = here.val; 410 if (here.val == 16) { 411 NEEDBITS(here.bits + 2); 412 DROPBITS(here.bits); 422 else if (here.val == 17) { [all …]
|
| HD | inftrees.c | 53 code here; /* table entry for duplication */ local 118 here.op = (unsigned char)64; /* invalid code marker */ 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 121 *(*table)++ = here; /* make a table to force an error */ 122 *(*table)++ = here; 216 here.bits = (unsigned char)(len - drop); 218 here.op = (unsigned char)0; 219 here.val = work[sym]; 222 here.op = (unsigned char)(extra[work[sym] - match]); [all …]
|
| HD | inffast.c | 73 code here; /* retrieved table entry */ local 110 here = lcode[hold & lmask]; 112 op = (unsigned)(here.bits); 115 op = (unsigned)(here.op); 117 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 119 "inflate: literal 0x%02x\n", here.val)); 120 *out++ = (unsigned char)(here.val); 123 len = (unsigned)(here.val); 141 here = dcode[hold & dmask]; 143 op = (unsigned)(here.bits); [all …]
|
| HD | inflate.c | 635 code here; /* current decoding table entry */ local 962 here = state->lencode[BITS(state->lenbits)]; 963 if ((unsigned)(here.bits) <= bits) break; 966 if (here.val < 16) { 967 DROPBITS(here.bits); 968 state->lens[state->have++] = here.val; 971 if (here.val == 16) { 972 NEEDBITS(here.bits + 2); 973 DROPBITS(here.bits); 983 else if (here.val == 17) { [all …]
|
| /dragonfly/usr.sbin/makefs/hammer2/zlib/ |
| HD | hammer2_zlib_inftrees.c | 51 code here; /* table entry for duplication */ in inflate_table() local 116 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table() 117 here.bits = (unsigned char)1; in inflate_table() 118 here.val = (unsigned short)0; in inflate_table() 119 *(*table)++ = here; /* make a table to force an error */ in inflate_table() 120 *(*table)++ = here; in inflate_table() 216 here.bits = (unsigned char)(len - drop); in inflate_table() 218 here.op = (unsigned char)0; in inflate_table() 219 here.val = work[sym]; in inflate_table() 222 here.op = (unsigned char)(extra[work[sym]]); in inflate_table() [all …]
|
| HD | hammer2_zlib_inflate.c | 567 code here; /* current decoding table entry */ in inflate() local 743 here = state->lencode[BITS(state->lenbits)]; in inflate() 744 if ((unsigned)(here.bits) <= bits) break; in inflate() 747 if (here.val < 16) { in inflate() 748 DROPBITS(here.bits); in inflate() 749 state->lens[state->have++] = here.val; in inflate() 752 if (here.val == 16) { in inflate() 753 NEEDBITS(here.bits + 2); in inflate() 754 DROPBITS(here.bits); in inflate() 764 else if (here.val == 17) { in inflate() [all …]
|
| HD | hammer2_zlib_inffast.c | 90 code here; /* retrieved table entry */ in inflate_fast() local 127 here = lcode[hold & lmask]; in inflate_fast() 129 op = (unsigned)(here.bits); in inflate_fast() 132 op = (unsigned)(here.op); in inflate_fast() 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate_fast() 136 "inflate: literal 0x%02x\n", here.val)); in inflate_fast() 137 PUP(out) = (unsigned char)(here.val); in inflate_fast() 140 len = (unsigned)(here.val); in inflate_fast() 158 here = dcode[hold & dmask]; in inflate_fast() 160 op = (unsigned)(here.bits); in inflate_fast() [all …]
|
| /dragonfly/sys/vfs/hammer2/zlib/ |
| HD | hammer2_zlib_inftrees.c | 51 code here; /* table entry for duplication */ in inflate_table() local 116 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table() 117 here.bits = (unsigned char)1; in inflate_table() 118 here.val = (unsigned short)0; in inflate_table() 119 *(*table)++ = here; /* make a table to force an error */ in inflate_table() 120 *(*table)++ = here; in inflate_table() 216 here.bits = (unsigned char)(len - drop); in inflate_table() 218 here.op = (unsigned char)0; in inflate_table() 219 here.val = work[sym]; in inflate_table() 222 here.op = (unsigned char)(extra[work[sym]]); in inflate_table() [all …]
|
| HD | hammer2_zlib_inflate.c | 567 code here; /* current decoding table entry */ in inflate() local 743 here = state->lencode[BITS(state->lenbits)]; in inflate() 744 if ((unsigned)(here.bits) <= bits) break; in inflate() 747 if (here.val < 16) { in inflate() 748 DROPBITS(here.bits); in inflate() 749 state->lens[state->have++] = here.val; in inflate() 752 if (here.val == 16) { in inflate() 753 NEEDBITS(here.bits + 2); in inflate() 754 DROPBITS(here.bits); in inflate() 764 else if (here.val == 17) { in inflate() [all …]
|
| HD | hammer2_zlib_inffast.c | 90 code here; /* retrieved table entry */ in inflate_fast() local 127 here = lcode[hold & lmask]; in inflate_fast() 129 op = (unsigned)(here.bits); in inflate_fast() 132 op = (unsigned)(here.op); in inflate_fast() 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate_fast() 136 "inflate: literal 0x%02x\n", here.val)); in inflate_fast() 137 PUP(out) = (unsigned char)(here.val); in inflate_fast() 140 len = (unsigned)(here.val); in inflate_fast() 158 here = dcode[hold & dmask]; in inflate_fast() 160 op = (unsigned)(here.bits); in inflate_fast() [all …]
|
| /dragonfly/sbin/hammer2/zlib/ |
| HD | hammer2_zlib_inftrees.c | 51 code here; /* table entry for duplication */ in inflate_table() local 116 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table() 117 here.bits = (unsigned char)1; in inflate_table() 118 here.val = (unsigned short)0; in inflate_table() 119 *(*table)++ = here; /* make a table to force an error */ in inflate_table() 120 *(*table)++ = here; in inflate_table() 216 here.bits = (unsigned char)(len - drop); in inflate_table() 218 here.op = (unsigned char)0; in inflate_table() 219 here.val = work[sym]; in inflate_table() 222 here.op = (unsigned char)(extra[work[sym]]); in inflate_table() [all …]
|
| HD | hammer2_zlib_inflate.c | 562 code here; /* current decoding table entry */ in inflate() local 745 here = state->lencode[BITS(state->lenbits)]; in inflate() 746 if ((unsigned)(here.bits) <= bits) break; in inflate() 749 if (here.val < 16) { in inflate() 750 DROPBITS(here.bits); in inflate() 751 state->lens[state->have++] = here.val; in inflate() 754 if (here.val == 16) { in inflate() 755 NEEDBITS(here.bits + 2); in inflate() 756 DROPBITS(here.bits); in inflate() 766 else if (here.val == 17) { in inflate() [all …]
|
| HD | hammer2_zlib_inffast.c | 90 code here; /* retrieved table entry */ in inflate_fast() local 127 here = lcode[hold & lmask]; in inflate_fast() 129 op = (unsigned)(here.bits); in inflate_fast() 132 op = (unsigned)(here.op); in inflate_fast() 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate_fast() 136 "inflate: literal 0x%02x\n", here.val)); in inflate_fast() 137 PUP(out) = (unsigned char)(here.val); in inflate_fast() 140 len = (unsigned)(here.val); in inflate_fast() 158 here = dcode[hold & dmask]; in inflate_fast() 160 op = (unsigned)(here.bits); in inflate_fast() [all …]
|
| /dragonfly/tools/regression/bin/sh/builtins/ |
| HD | type1.0 | 2 command -v not-here && exit 1 3 command -v /not-here && exit 1 4 command -V not-here && exit 1 5 command -V /not-here && exit 1 6 type not-here && exit 1 7 type /not-here && exit 1
|
| HD | type1.0.stderr | 1 not-here: not found 2 /not-here: No such file or directory 3 not-here: not found 4 /not-here: No such file or directory
|
| /dragonfly/games/adventure/ |
| HD | main.c | 188 if (limit <= 30 && here(batter) && prop[batter] == 0 in main() 189 && here(lamp)) { in main() 210 if (lmwarn || !here(lamp)) in main() 313 if (here(clam)) in main() 315 if (here(oyster)) in main() 321 if (obj != 0 && here(chain)) in main() 323 if (here(chain)) in main() 341 if (!here(food)) in main() 401 if (here(eggs)) in main() 414 if (here(magazine)) in main() [all …]
|
| HD | subr.c | 64 here(int objj) in here() function 129 if ((cond[loc] % 2) == 0 && (prop[lamp] == 0 || !here(lamp))) in dark() 220 l6020: if (here(j)) in fdwarf() 224 && here(lamp) && prop[lamp] == 1) in fdwarf() 511 if (prop[grate] == 0 && !here(keys)) in checkhints() 515 if (here(bird) && toting(rod) && obj == bird) in checkhints() 519 if (here(snake) && !here(bird)) in checkhints() 579 if (here(bottle) && liq() == obj) { in trtake() 643 if (obj == bird && here(snake)) { in trdrop() 651 if (obj == coins && here(vend)) { /* 9024 */ in trdrop() [all …]
|
| /dragonfly/contrib/nvi2/regex/ |
| HD | regexec.c | 79 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) 80 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n)) 81 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n))) 128 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) 129 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) 130 #define ISSETBACK(v, n) ((v)[here - (n)])
|
| /dragonfly/sys/netgraph7/netgraph/ |
| HD | ng_base.c | 213 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook); 232 int ng_path2noderef(node_p here, const char *path, 868 ng_name2noderef(node_p here, const char *name) in ng_name2noderef() argument 876 NG_NODE_REF(here); in ng_name2noderef() 877 return(here); in ng_name2noderef() 1689 ng_path2noderef(node_p here, const char *address, in ng_path2noderef() argument 1726 node = ng_name2noderef(here, nodename); in ng_path2noderef() 1732 if (here == NULL) { in ng_path2noderef() 1736 node = here; in ng_path2noderef() 2120 ng_generic_msg(node_p here, item_p item, hook_p lasthook) in ng_generic_msg() argument [all …]
|
| /dragonfly/sys/netgraph/netgraph/ |
| HD | ng_base.c | 91 static int ng_generic_msg(node_p here, struct ng_mesg *msg, 1076 ng_path2node(node_p here, const char *address, node_p *destp, char **rtnp) in ng_path2node() argument 1078 const node_p start = here; in ng_path2node() 1108 node = ng_findname(here, nodename); in ng_path2node() 1114 node = here; in ng_path2node() 1208 ng_send_msg(node_p here, struct ng_mesg *msg, const char *address, in ng_send_msg() argument 1216 error = ng_path2node(here, address, &dest, &retaddr); in ng_send_msg() 1245 ng_generic_msg(node_p here, struct ng_mesg *msg, const char *retaddr, in ng_generic_msg() argument 1257 ng_rmnode(here); in ng_generic_msg() 1270 error = ng_mkpeer(here, mkp->ourhook, mkp->peerhook, mkp->type); in ng_generic_msg() [all …]
|
| /dragonfly/tools/regression/bin/sh/parser/ |
| HD | heredoc7.0 | 3 # Some of these created malformed parse trees with null pointers for here 4 # documents, causing the here document writing process to segfault. 12 # Some of these created malformed parse trees with null pointers for here
|
| /dragonfly/test/stress/stress2/misc/ |
| HD | fpu.sh | 35 here=`pwd` 37 sed '1,/^EOF/d' < $here/$0 > fpu.c 46 cd $here
|
| HD | truncate2.sh | 34 here=`pwd` 36 sed '1,/^EOF/d' < $here/$0 > truncate2.c 46 $here/../testcases/swap/swap -t 2m -i 20
|
| HD | rename2.sh | 34 here=`pwd` 36 sed '1,/^EOF/d' < $here/$0 > rename.c 39 cd $here
|