Searched refs:lose (Results 1 - 25 of 110) sorted by relevance

12345

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetcwd.c187 goto lose;
192 goto lose;
211 goto lose;
221 goto lose;
226 goto lose;
238 goto lose;
245 goto lose;
275 goto lose;
315 goto lose;
350 goto lose;
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dgetcwd.c137 goto lose;
144 goto lose;
157 goto lose;
165 goto lose;
189 goto lose;
207 goto lose;
221 goto lose;
227 goto lose;
277 lose:
/macosx-10.9.5/libtelnet-13/
H A Dread_password.c99 goto lose;
136 lose:
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-zephyr.c141 int lose = 0; local
154 if (!s) lose = 1;
158 if (!lose) field = strtol(s, 0, 16);
162 if (!lose) field = s;
165 if (lose) return;
186 if (lose) {
202 if (!lose && strcmp(ackdata, "SENT"))
237 if (!lose) printf(" %s", z_triple(c, i, r));
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dmmix.h157 unsigned long lose; member in struct:mmix_opcode
H A Dsparc.h98 unsigned long lose; /* Bits that must not be set. */ member in struct:sparc_opcode
H A Dcris.h304 unsigned int lose; member in struct:cris_opcode
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dmsdos.h50 You lose; /* Emacs for DOS must be compiled with DJGPP */ variable
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dalloca.c45 lose
/macosx-10.9.5/man-16/man/src/
H A Dglob.c364 int lose;
377 lose = 0;
392 lose = 1;
413 lose = 1;
424 if (!lose)
427 lose |= name_vector == NULL;
434 if (lose)
359 int lose; local
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dglob.c352 int lose, skip; local
360 count = lose = skip = 0;
378 lose = 1;
406 lose = 1;
428 lose = 1;
475 lose = 1;
516 lose = 1;
530 if (lose == 0)
533 lose |= name_vector == NULL;
537 if (lose)
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-opc.c1070 #define br(opcode, mask, lose, flags) \
1071 { opcode, (mask)|ANNUL, (lose), ",a l", (flags), v6 }, \
1072 { opcode, (mask) , (lose)|ANNUL, "l", (flags), v6 }
1074 #define brx(opcode, mask, lose, flags) /* v9 */ \
1075 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), "Z,G", (flags), v9 }, \
1076 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), ",T Z,G", (flags), v9 }, \
1077 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a Z,G", (flags), v9 }, \
1078 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a,T Z,G", (flags), v9 }, \
1079 { opcode, (mask)|(2<<20), ANNUL|BPRED|(lose), ",N Z,G", (flags), v9 }, \
1080 { opcode, (mask)|(2<<20)|ANNUL, BPRED|(lose), ",
[all...]
H A Dsparc-dis.c200 && (opcode->lose & insn) == 0)
252 unsigned long int lose0 = op0->lose, lose1 = op1->lose;
273 /* If a bit is set in both match and lose, there is something
282 op0->lose &= ~op0->match;
283 lose0 = op0->lose;
293 op1->lose &= ~op1->match;
294 lose1 = op1->lose;
518 && (opcode->lose & insn) == 0)
H A Dmmix-dis.c142 first found entry with matching match-bits and lose-bits. Further
144 match or the match-bits and lose-bits do not match. Normally a
160 || (opcodep->lose & insn) != 0)
167 && (opcodep->lose & (opcode_part << 24)) == 0)
171 && (opcodep->lose & insn) == 0)
238 && (opcodep->lose & insn) == 0);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmime.c633 goto lose;
638 goto lose;
641 goto lose;
652 goto lose;
655 goto lose;
658 goto lose;
669 goto lose;
672 goto lose;
685 lose:
/macosx-10.9.5/cctools-845/otool/
H A Dsparc_disasm.c170 && (opcode->lose & insn.code) == 0)
556 && (opcode->lose & insn.code) == 0) {
816 uint32_t lose0 = op0->lose, lose1 = op1->lose;
819 /* If a bit is set in both match and lose, there is something
825 op0->lose &= ~op0->match;
826 lose0 = op0->lose;
833 op1->lose &= ~op1->match;
834 lose1 = op1->lose;
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dupdate-game-score.c107 void lose P_ ((const char *msg)) NO_RETURN;
110 lose (msg) function
171 lose ("Not using a shared game directory, and no prefix given.");
177 lose ("This program was compiled without HAVE_SHARED_GAME_DIR,\n and should not be suid.");
504 lose some scores. */
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Dposix2.tests77 set $names lose
/macosx-10.9.5/cctools-845/as/
H A Dsparc.c213 int lose = 0; local
226 lose = 1;
228 if (sparc_opcodes[i].match & sparc_opcodes[i].lose)
232 lose = 1;
240 if (lose)
H A Dsparc-opcode.h58 uint32_t lose; /* Bits that must not be set. */ member in struct:sparc_opcode
734 #define br(opcode, mask, lose, flags) \
735 { opcode, (mask)|ANNUL, (lose), ",a l", (flags), v6 }, \
736 { opcode, (mask) , (lose)|ANNUL, "l", (flags), v6 }
740 #define tr(opcode, mask, lose, flags) \
741 { opcode, (mask)|IMMED, (lose)|RS1_G0, "i", (flags), v6 }, /* %g0 + imm */ \
742 { opcode, (mask)|IMMED, (lose), "1+i", (flags), v6 }, /* rs1 + imm */ \
743 { opcode, (mask), IMMED|(lose), "1+2", (flags), v6 }, /* rs1 + rs2 */ \
744 { opcode, (mask), IMMED|(lose)|RS2_G0, "1", (flags), v6 } /* rs1 + %g0 */
808 #define brfc(opcode, mask, lose, flag
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dinformat.el104 ;; kludge lest lose match-data
470 (let ((lose nil))
500 (setq error 1 lose t)))
502 (not lose))
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dexclude.test26 makepath "$fromdir/new/lose/this"
96 - new/lose/***
118 rm -r "$chkdir"/new/lose
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcallint.c334 or go to `lose' if not interactive, or set either STRING or SPECS. */
341 lose:
348 goto lose;
360 goto lose;
H A Dprint.c1176 /* Check for plus infinity in a way that won't lose
1211 lose:
1237 goto lose;
1239 goto lose;
1255 goto lose;
1259 goto lose;
1262 goto lose;
/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dalloca.c44 lose

Completed in 286 milliseconds

12345