HomeSort by: relevance | last modified time | path
    Searched defs:lose (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/games/trek/
lose.c 1 /* $NetBSD: lose.c,v 1.10 2009/08/12 08:54:54 dholland Exp $ */
35 static char sccsid[] = "@(#)lose.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: lose.c,v 1.10 2009/08/12 08:54:54 dholland Exp $");
74 lose(int why) function
  /src/external/bsd/tcpdump/dist/
print-zephyr.c 173 int lose = 0; local
180 if (!s) lose = 1;
184 if (!lose) field = strtol(s, 0, 16);
188 if (!lose) field = s;
191 if (lose)
214 if (lose)
228 if (!lose && strcmp(ackdata, "SENT"))
263 if (!lose) ZEPHYR_PRINT(" ", z_triple(c, i, r));
  /src/external/gpl3/binutils/dist/include/opcode/
mmix.h 158 unsigned long lose; member in struct:mmix_opcode
cris.h 305 unsigned int lose; member in struct:cris_opcode
sparc.h 112 unsigned long lose; /* Bits that must not be set. */ member in struct:sparc_opcode
  /src/external/gpl3/binutils.old/dist/include/opcode/
mmix.h 158 unsigned long lose; member in struct:mmix_opcode
cris.h 305 unsigned int lose; member in struct:cris_opcode
sparc.h 112 unsigned long lose; /* Bits that must not be set. */ member in struct:sparc_opcode
  /src/external/gpl3/gdb/dist/include/opcode/
mmix.h 158 unsigned long lose; member in struct:mmix_opcode
cris.h 305 unsigned int lose; member in struct:cris_opcode
sparc.h 112 unsigned long lose; /* Bits that must not be set. */ member in struct:sparc_opcode
  /src/external/gpl3/gdb.old/dist/include/opcode/
mmix.h 158 unsigned long lose; member in struct:mmix_opcode
cris.h 305 unsigned int lose; member in struct:cris_opcode
sparc.h 112 unsigned long lose; /* Bits that must not be set. */ member in struct:sparc_opcode
  /src/external/mpl/dhcp/dist/common/
comapi.c 174 int lose = 0; local
183 (&group -> group -> statements, parse, &lose,
parse.c 2084 int parse_executable_statements (statements, cfile, lose, case_context)
2087 int *lose;
2093 while (parse_executable_statement (next, cfile, lose, case_context))
2095 if (!*lose)
2100 int parse_executable_statement (result, cfile, lose, case_context)
2103 int *lose;
2135 *lose = 1;
2142 *lose = 1;
2151 return parse_if_statement (result, cfile, lose);
2159 *lose = 1
4896 int lose; local
    [all...]
  /src/external/mpl/dhcp/dist/client/
clparse.c 416 int lose; local
830 lose = 0;
833 cfile, &lose, context_any)) {
834 if (!lose) {
  /src/external/mpl/dhcp/dist/server/
dhcpd.c 297 int lose; local
829 lose = 0;
831 parse, &lose, context_any))) {
omapi.c 1087 int lose = 0; local
1097 (&host -> group -> statements, parse, &lose,
  /src/external/gpl3/gcc/dist/gcc/
recog.cc 504 Note that this can lose if a later change than the one
3095 bool lose = false;
3308 lose = true;
3312 if (! lose)
3339 lose = true;
3341 if (! lose)
3087 bool lose = false; local
reorg.cc 2307 bool lose = false;
2367 ! stop_search_p (trial, ! thread_if_true) && (! lose || own_thread);
2386 /* If TRIAL conflicts with the insns ahead of it, we lose. */
2569 lose = true;
2286 bool lose = false; local
  /src/external/gpl3/gcc.old/dist/gcc/
recog.cc 504 Note that this can lose if a later change than the one
3068 int lose = 0;
3287 lose = 1;
3291 if (! lose)
3318 lose = 1;
3320 if (! lose)
3060 int lose = 0; local
reorg.cc 2308 int lose = 0;
2368 ! stop_search_p (trial, ! thread_if_true) && (! lose || own_thread);
2387 /* If TRIAL conflicts with the insns ahead of it, we lose. */
2570 lose = 1;
2287 int lose = 0; local
  /src/external/mpl/dhcp/dist/keama/
confparse.c 284 isc_boolean_t lose; local
354 lose = ISC_FALSE;
355 appendString(msg, print_data_expression(entry, &lose));
356 if (!lose) {
369 lose = ISC_FALSE;
374 appendString(msg, print_boolean_expression(entry, &lose));
375 if (!lose) {
596 isc_boolean_t lose; local
958 lose = ISC_FALSE;
959 if (!parse_executable_statement(et, cfile, &lose,
1605 isc_boolean_t lose = ISC_FALSE; local
1915 isc_boolean_t lose = ISC_FALSE; local
2052 isc_boolean_t lose = ISC_FALSE; local
    [all...]
parse.c 1572 struct parse *cfile, isc_boolean_t *lose,
1582 if (!parse_executable_statement(statement, cfile, lose,
1588 if (!*lose)
1596 struct parse *cfile, isc_boolean_t *lose,
1640 return parse_if_statement(result, cfile, lose);
1670 *lose = ISC_TRUE;
1682 *lose = ISC_TRUE;
1710 *lose = ISC_TRUE;
1720 *lose = ISC_TRUE;
1730 *lose = ISC_TRUE
4226 isc_boolean_t lose; local
4847 isc_boolean_t lose; local
    [all...]

Completed in 67 milliseconds

1 2