Searched refs:yy (Results 1 - 25 of 108) sorted by relevance

12345

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dmissing45 flex create \`lex.yy.c', if possible, from existing .c
46 lex create \`lex.yy.c', if possible, from existing .c
145 rm -f lex.yy.c
152 cp "$SRCFILE" lex.yy.c
157 if [ ! -f lex.yy.c ]; then
158 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dmissing45 flex create \`lex.yy.c', if possible, from existing .c
46 lex create \`lex.yy.c', if possible, from existing .c
145 rm -f lex.yy.c
152 cp "$SRCFILE" lex.yy.c
157 if [ ! -f lex.yy.c ]; then
158 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc4/asm/
H A Drc4-ia64.S69 yy=r31;
97 { .mmi; LDKEY yy=[key] // load key->y
130 (p17) add key_y[1]=ksch,key_y[1] };; // &key[yy&255]
132 (p17) LDKEY ty[0]=[key_y[1]] // ty=key[yy]
139 { .mmi; (p21) add yy=yy,tx[1] // (p16)
140 (p20) add yy=yy,tx[0] // (p16) y+=tx
142 { .mmi; (p17) STKEY [key_y[1]]=tx[1] // key[yy]=tx
144 (p16) dep key_y[0]=yy,r
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dmissing45 flex create \`lex.yy.c', if possible, from existing .c
46 lex create \`lex.yy.c', if possible, from existing .c
143 rm -f lex.yy.c
150 cp "$SRCFILE" lex.yy.c
155 if [ ! -f lex.yy.c ]; then
156 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/libpcap-48/libpcap/
H A Drunlex.sh38 outfile=lex.yy.c
111 # lex.yy.c and, if it succeeds, rename it to the right name,
112 # otherwise we remove lex.yy.c.
114 # write to lex.yy.c, it writes to a lex.{prefix from -P}.c.
172 # No. Get rid of any lex.yy.c file we generated, and
175 rm -f lex.yy.c
180 # OK, rename lex.yy.c to the right output file.
182 mv lex.yy.c "$outfile"
191 # No. Get rid of any lex.yy.c file we generated, and
194 rm -f lex.yy
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/glue/
H A Dtests.sh38 $DIG +norec @10.53.0.1 -p 5300 foo.bar.yy. a >dig.out || status=1
39 $PERL ../digcomp.pl yy.good dig.out || status=1
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A DMakefile11 openp.o searchp.o lexer.yy.o parser.o
34 lexer.yy.c: lexer.l
36 $(_v)env M4=$(HOST_GM4) $(HOST_FLEX) --header-file=lexer.yy.h -o $@ $<
38 main.o mkheaders.o mkioconf.o mkmakefile.o lexer.yy.c: parser.c
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dgamma.c212 struct Double yy, r; local
216 yy = ratfun_gam(y - x0, 0);
217 return (yy.a + yy.b);
221 yy.a = r.a - one;
223 yy.b = r.b = y - yy.a;
225 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
226 t = r.a*yy.a;
227 r.b = r.a*yy
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Dhuffman.c46 Int32 zz, yy, tmp; \
49 yy = zz << 1; \
50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
53 yy++; \
54 if (weight[tmp] < weight[heap[yy]]) break; \
55 heap[zz] = heap[yy]; \
56 zz = yy; \
[all...]
/macosx-10.10.1/curl-83.1.2/curl/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
174 rm -f lex.yy.c
181 cp "$SRCFILE" lex.yy.c
186 if [ ! -f lex.yy.c ]; then
187 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/uucp-11/uucp/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
174 rm -f lex.yy.c
181 cp "$SRCFILE" lex.yy.c
186 if [ ! -f lex.yy.c ]; then
187 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/dcerpc-61/BuildConfig/
H A Dgenerate-idl-parsers50 echo ${input%[ly].[ly]}yy
/macosx-10.10.1/Heimdal-398.1.2/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dmissing95 flex create \`lex.yy.c', if possible, from existing .c
97 lex create \`lex.yy.c', if possible, from existing .c
259 rm -f lex.yy.c
266 cp "$SRCFILE" lex.yy.c
271 if [ ! -f lex.yy.c ]; then
272 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/OpenPAM-20/openpam/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/admin/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/cxxfilt-11/cxxfilt/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/file-46/file/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/iodbc-42.5/iodbc/admin/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/macosx-10.10.1/libarchive-30/libarchive/build/autoconf/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c

Completed in 246 milliseconds

12345