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

1 2 3 4 5 6

  /src/external/mpl/dhcp/dist/keama/
print.c 44 print_expression(struct element *expr, isc_boolean_t *lose)
47 return print_boolean_expression(expr, lose);
49 return print_numeric_expression(expr, lose);
51 return print_data_expression(expr, lose);
54 return print_boolean_expression(expr, lose);
56 return print_numeric_expression(expr, lose);
58 return print_data_expression(expr, lose);
59 *lose = ISC_TRUE;
64 print_boolean_expression(struct element *expr, isc_boolean_t *lose)
79 *lose = ISC_TRUE
    [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...]
  /src/games/trek/
checkcond.c 73 lose(L_NOLIFE);
75 lose(L_NOENGY);
77 lose(L_NOCREW);
85 lose(L_SNOVA);
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
ram.c 77 lose(L_STAR);
  /src/lib/libkvm/
kvm_i386pae.c 90 goto lose;
98 goto lose;
113 goto lose;
121 goto lose;
126 lose:
kvm_mips.c 116 goto lose;
124 goto lose;
150 goto lose;
167 goto lose;
172 goto lose;
184 goto lose;
192 goto lose;
198 lose:
kvm_hppa.c 128 goto lose;
136 goto lose;
142 goto lose;
150 goto lose;
155 lose:
kvm_alpha.c 103 goto lose;
109 goto lose;
116 goto lose;
122 goto lose;
129 goto lose;
135 goto lose;
145 lose:
kvm_x86_64.c 119 goto lose;
123 goto lose;
133 goto lose;
137 goto lose;
152 goto lose;
156 goto lose;
171 goto lose;
178 goto lose;
184 lose:
kvm_sparc64.c 115 goto lose;
176 goto lose;
181 goto lose;
188 goto lose;
193 goto lose;
200 goto lose;
205 goto lose;
223 lose:
kvm_i386.c 155 goto lose;
163 goto lose;
177 goto lose;
185 goto lose;
190 lose:
kvm_aarch64.c 81 lose:
108 goto lose;
139 goto lose;
145 goto lose;
  /src/external/mpl/dhcp/dist/common/
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/gpl2/xcvs/dist/lib/
getcwd.c 195 goto lose;
200 goto lose;
216 goto lose;
226 goto lose;
231 goto lose;
243 goto lose;
248 goto lose;
287 goto lose;
319 goto lose;
331 goto lose;
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
getcwd.c 255 goto lose;
260 goto lose;
279 goto lose;
289 goto lose;
294 goto lose;
306 goto lose;
311 goto lose;
341 goto lose;
381 goto lose;
416 goto lose;
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getcwd.c 255 goto lose;
260 goto lose;
279 goto lose;
289 goto lose;
294 goto lose;
306 goto lose;
311 goto lose;
341 goto lose;
381 goto lose;
416 goto lose;
    [all...]
  /src/external/bsd/zstd/dist/tests/gzip/
zgrep-context.sh 28 *) echo you lose 1>&2; exit 1;;
  /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
  /src/external/gpl3/binutils.old/dist/include/opcode/
mmix.h 158 unsigned long lose; member in struct:mmix_opcode
  /src/external/gpl3/gdb.old/dist/include/opcode/
mmix.h 158 unsigned long lose; member in struct:mmix_opcode
  /src/external/gpl3/gdb/dist/include/opcode/
mmix.h 158 unsigned long lose; member in struct:mmix_opcode
  /src/external/gpl2/gmake/dist/
arscan.c 781 goto lose;
783 goto lose;
786 goto lose;
788 goto lose;
792 goto lose;
806 goto lose;
808 goto lose;
812 lose:
  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 210 && (opcode->lose & insn) == 0)
281 unsigned long int lose0 = op0->lose, lose1 = op1->lose;
302 /* If a bit is set in both match and lose, there is something
310 op0->lose &= ~op0->match;
311 lose0 = op0->lose;
320 op1->lose &= ~op1->match;
321 lose1 = op1->lose;
525 && (opcode->lose & insn) == 0)

Completed in 33 milliseconds

1 2 3 4 5 6