Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 1773) sorted by relevance

12345678910>>...71

/openbsd-src/games/battlestar/
H A Droom.c74 whichway(struct room here) in whichway() argument
79 left = here.west; in whichway()
80 right = here.east; in whichway()
81 ahead = here.north; in whichway()
82 back = here.south; in whichway()
86 left = here.east; in whichway()
87 right = here.west; in whichway()
88 ahead = here.south; in whichway()
89 back = here.north; in whichway()
93 left = here.north; in whichway()
[all …]
/openbsd-src/sys/lib/libz/
H A Dinftrees.c46 code here; /* table entry for duplication */ in inflate_table() local
111 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
112 here.bits = (unsigned char)1; in inflate_table()
113 here.val = (unsigned short)0; in inflate_table()
114 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
115 *(*table)++ = here; in inflate_table()
209 here.bits = (unsigned char)(len - drop); in inflate_table()
211 here.op = (unsigned char)0; in inflate_table()
212 here.val = work[sym]; in inflate_table()
215 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
[all …]
H A Dinfback.c252 code here; /* current decoding table entry */ in inflateBack() local
404 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
405 if ((unsigned)(here.bits) <= bits) break; in inflateBack()
408 if (here.val < 16) { in inflateBack()
409 DROPBITS(here.bits); in inflateBack()
410 state->lens[state->have++] = here.val; in inflateBack()
413 if (here.val == 16) { in inflateBack()
414 NEEDBITS(here.bits + 2); in inflateBack()
415 DROPBITS(here.bits); in inflateBack()
429 else if (here.val == 17) { in inflateBack()
[all …]
H A Dinffast.c70 code const *here; /* retrieved table entry */ in inflate_fast() local
107 here = lcode + (hold & lmask); in inflate_fast()
109 op = (unsigned)(here->bits); in inflate_fast()
112 op = (unsigned)(here->op); in inflate_fast()
114 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
116 "inflate: literal 0x%02x\n", here->val)); in inflate_fast()
117 *out++ = (unsigned char)(here->val); in inflate_fast()
120 len = (unsigned)(here->val); in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
140 op = (unsigned)(here->bits); in inflate_fast()
[all …]
H A Dinflate.c600 code here; /* current decoding table entry */ in inflate() local
982 here = state->lencode[BITS(state->lenbits)]; in inflate()
983 if ((unsigned)(here.bits) <= bits) break; in inflate()
986 if (here.val < 16) { in inflate()
987 DROPBITS(here.bits); in inflate()
988 state->lens[state->have++] = here.val; in inflate()
991 if (here.val == 16) { in inflate()
992 NEEDBITS(here.bits + 2); in inflate()
993 DROPBITS(here.bits); in inflate()
1007 else if (here in inflate()
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinftrees.c48 code here; /* table entry for duplication */ in inflate_table()
113 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
114 here.bits = (unsigned char)1; in inflate_table()
115 here.val = (unsigned short)0; in inflate_table()
116 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
117 *(*table)++ = here; in inflate_table()
211 here.bits = (unsigned char)(len - drop); in inflate_table()
213 here.op = (unsigned char)0; in inflate_table()
214 here.val = work[sym]; in inflate_table()
217 here in inflate_table()
53 code here; /* table entry for duplication */ inflate_table() local
[all...]
H A Dinfback.c252 code here; /* current decoding table entry */ in inflateBack()
388 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
389 if ((unsigned)(here.bits) <= bits) break; in inflateBack()
392 if (here.val < 16) { in inflateBack()
393 DROPBITS(here.bits); in inflateBack()
394 state->lens[state->have++] = here.val; in inflateBack()
397 if (here.val == 16) { in inflateBack()
398 NEEDBITS(here.bits + 2); in inflateBack()
399 DROPBITS(here.bits); in inflateBack()
409 else if (here in inflateBack()
266 code here; /* current decoding table entry */ inflateBack() local
[all...]
H A Dinffast.c70 code const *here; /* retrieved table entry */ in inflate_fast()
107 here = lcode + (hold & lmask); in inflate_fast()
109 op = (unsigned)(here->bits); in inflate_fast()
112 op = (unsigned)(here->op); in inflate_fast()
114 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
116 "inflate: literal 0x%02x\n", here->val)); in inflate_fast()
117 *out++ = (unsigned char)(here->val); in inflate_fast()
120 len = (unsigned)(here->val); in inflate_fast()
138 here in inflate_fast()
73 code const *here; /* retrieved table entry */ inflate_fast() local
[all...]
/openbsd-src/lib/libz/
H A Dinftrees.c46 code here; /* table entry for duplication */ in inflate_table() local
111 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
112 here.bits = (unsigned char)1; in inflate_table()
113 here.val = (unsigned short)0; in inflate_table()
114 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
115 *(*table)++ = here; in inflate_table()
209 here.bits = (unsigned char)(len - drop); in inflate_table()
211 here.op = (unsigned char)0; in inflate_table()
212 here.val = work[sym]; in inflate_table()
215 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
[all …]
H A Dinfback.c252 code here; /* current decoding table entry */ in inflateBack() local
404 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
405 if ((unsigned)(here.bits) <= bits) break; in inflateBack()
408 if (here.val < 16) { in inflateBack()
409 DROPBITS(here.bits); in inflateBack()
410 state->lens[state->have++] = here.val; in inflateBack()
413 if (here.val == 16) { in inflateBack()
414 NEEDBITS(here.bits + 2); in inflateBack()
415 DROPBITS(here.bits); in inflateBack()
429 else if (here.val == 17) { in inflateBack()
[all …]
H A Dinffast.c70 code const *here; /* retrieved table entry */ in inflate_fast() local
107 here = lcode + (hold & lmask); in inflate_fast()
109 op = (unsigned)(here->bits); in inflate_fast()
112 op = (unsigned)(here->op); in inflate_fast()
114 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
116 "inflate: literal 0x%02x\n", here->val)); in inflate_fast()
117 *out++ = (unsigned char)(here->val); in inflate_fast()
120 len = (unsigned)(here->val); in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
140 op = (unsigned)(here->bits); in inflate_fast()
[all …]
H A Dinflate.c600 code here; /* current decoding table entry */ in inflate() local
983 here = state->lencode[BITS(state->lenbits)]; in inflate()
984 if ((unsigned)(here.bits) <= bits) break; in inflate()
987 if (here.val < 16) { in inflate()
988 DROPBITS(here.bits); in inflate()
989 state->lens[state->have++] = here.val; in inflate()
992 if (here.val == 16) { in inflate()
993 NEEDBITS(here.bits + 2); in inflate()
994 DROPBITS(here.bits); in inflate()
1008 else if (here in inflate()
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A D20000209-1.c10 #error here /* { dg-error "here" "case 0" } */
14 #error here /* { dg-error "here" "case 1" } */
18 #error here /* { dg-error "here" "case 2" } */
22 #error here /* { dg-error "here" "case 3" } */
26 #error here /* { dg-error "here" "case 4" } */
30 #error here /* { dg-error "here" "case 5" } */
34 #error here /* { dg-error "here" "case 6" } */
/openbsd-src/share/mk/
H A Dbsd.obj.mk20 here=`/bin/pwd`; bsdsrcdir=`cd ${BSDSRCDIR}; /bin/pwd`; \
21 subdir=$${here#$${bsdsrcdir}/}; \
24 if [[ $$here != $$subdir ]]; then \
30 elif [[ `id` == *'('${WOBJGROUP}')'* && $$here == $$subdir ]]; then \
36 if [[ $$here != $$subdir ]]; then \
38 echo "$$here/${__objdir} -> $$dest"; \
55 dest=$$here/${__objdir} ; \
/openbsd-src/regress/usr.bin/mandoc/char/space/
H A Dmultiple.out_ascii7 one space here
9 two spaces here
11 three spaces here
13 one non-collapsing space here
15 two non-collapsing spaces here
17 three non-collapsing spaces here
/openbsd-src/regress/usr.bin/grep/
H A Dt28.in2 x1y x2y x3y x4y - four matches here
4 x5y x6y x7y - three here
5 x8y x9y - two here
6 x0y - one here
7 none here
H A Dt28_8.out1 x1y x2y x3y x4y - four matches here
2 x5y x6y x7y - three here
3 x8y x9y - two here
4 x0y - one here
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dverbatim.t63 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\nsome code here...\n=head1 Foo\n\n quux\nquum\n"), $it);
64 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\nsome code here...\n\n=head1 Foo\n\n quux\nquum\n"), $it);
68 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\n\nsome code here...\n=head1 Foo\n\n quux\nquum\n"), $it);
69 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n=cut\nsome code here...\n=head1 Foo\n\n quux\nquum\n"), $it);
70 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n=cut\n\nsome code here...\n=head1 Foo\n\n quux\nquum\n"), $it);
74 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\n\nsome code here...\n\n=head1 Foo\n\n quux\nquum\n"), $it);
75 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n=cut\nsome code here...\n\n=head1 Foo\n\n quux\nquum\n"), $it);
76 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n=cut\n\n\nsome code here...\n\n=head1 Foo\n\n quux\nquum\n"), $it);
80 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\n\nsome code here...\n\n\n=head1 Foo\n\n quux\nquum\n"), $it);
81 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n=cut\nsome code here
[all...]
/openbsd-src/gnu/gcc/gcc/config/m68hc11/
H A Dpredicates.md21 ;; TODO: Add a comment here.
29 ;; TODO: Add a comment here.
46 ;; TODO: Add a comment here.
63 ;; TODO: Add a comment here.
79 ;; TODO: Add a comment here.
87 ;; TODO: Add a comment here.
99 ;; TODO: Add a comment here.
108 ;; TODO: Add a comment here.
127 ;; TODO: Add a comment here.
135 ;; TODO: Add a comment here.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20000707-1.c4 extern void foo(void *here);
7 __label__ here; in bar() local
8 foo(&&here); in bar()
9 here: in bar()
/openbsd-src/games/adventure/
H A Dmain.c253 if (limit <= 30 && here(batter) && prop[batter] == 0 in main()
254 && here(lamp)) { in main()
275 if (lmwarn || !here(lamp)) in main()
363 if (here(clam)) in main()
365 if (here(oyster)) in main()
371 if (obj != 0 && here(chain)) in main()
373 if (here(chain)) in main()
385 if (!here(food)) in main()
440 if (here(eggs)) in main()
453 if (here(magzin)) in main()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dheredoc.t24 # here-doc edge cases
62 # here-doc parse failures
115 "Don't assert parsing a here-doc if we hit EOF early"
122 qr/^Unterminated delimiter for here document/,
129 # indented here-docs
168 …"Indented here-doc: <<$modifier$start_delim with end delim '$end_delim'" . ($script_end ? "\\n" : …
183 …"Eval'd Indented here-doc: <<$modifier$start_delim with end delim '$end_delim'" . ($script_end ? "…
193 "indented here-doc with tabs and spaces",
205 "indented here-doc missing terminator error is correct"
210 "Indentation on line 1 of here-doc doesn't match delimiter at - line 1.\n",
[all …]
/openbsd-src/lib/libc/regex/
H A Dregexec.c74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
75 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
76 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
124 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
125 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
126 #define ISSETBACK(v, n) ((v)[here - (n)])
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
78 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
127 #define ISSETBACK(v, n) ((v)[here - (n)])
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dlabel1.C9 here: in g()
11 goto here; in g()
17 here: in f()
19 goto here; in f()

12345678910>>...71