HomeSort by: relevance | last modified time | path
    Searched defs:inhibit (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/ypwhich/
ypwhich.c 74 * -t: inhibit nickname translation
99 int inhibit = 0, force = 0, tcp = 0; local
131 inhibit = 1;
154 (void)printf("target_host=%s, domain=%s, inhibit=%d, saw_m=%d, map=%s, "
156 targhost, ourdomain, inhibit, saw_m, targmap, force, tcp);
170 find_mapmaster(targhost, ourdomain, targmap, inhibit, force,
273 int inhibit, int force, int tcp, const struct ypalias *ypaliases)
308 if (map && !inhibit) {
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_program.c 86 * The 'inhibit' entry here is used to ensure that unchecked filters never
94 int inhibit; member in struct:program_bidder
213 if (state->inhibit)
215 state->inhibit = 1;
  /src/external/gpl2/xcvs/dist/diff/
analyze.c 620 int inhibit;
628 if (inhibit)
617 int inhibit; variable
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_opic.c 1413 int inhibit; local
1415 inhibit = reg & 0x80000000;
1416 if (timer->inhibited && !inhibit) {
1427 else if (!timer->inhibited && inhibit) {
1437 ASSERT((timer->inhibited && inhibit) || (!timer->inhibited && !inhibit));
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_opic.c 1413 int inhibit; local
1415 inhibit = reg & 0x80000000;
1416 if (timer->inhibited && !inhibit) {
1427 else if (!timer->inhibited && inhibit) {
1437 ASSERT((timer->inhibited && inhibit) || (!timer->inhibited && !inhibit));
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 4495 bool inhibit)
4501 if (inhibit)
4564 bool inhibit)
4576 set_offsets(regs, reg_offsets(engine), engine, inhibit);
4578 init_common_reg_state(regs, engine, ring, inhibit);
4595 bool inhibit = true; local
4621 inhibit = false;
4627 ce, engine, ring, inhibit);
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 1999 int inhibit = (tem != 0 && tem->get_hyphenation_type() == HYPHEN_INHIBIT); local
2012 if (!inhibit) {
2023 && !inhibit
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 5799 /* RAII class used to inhibit the evaluation of operands during parsing
5816 int inhibit;
5818 : uneval(cp_unevaluated_operand), inhibit(c_inhibit_evaluation_warnings)
5823 c_inhibit_evaluation_warnings = inhibit; }
5807 int inhibit; member in class:cp_evaluated
pt.cc 18846 bool inhibit = integer_zerop (folded);
18847 if (inhibit)
18850 if (inhibit)
18860 bool inhibit = integer_nonzerop (folded);
18862 if (inhibit)
18865 if (inhibit)
18845 bool inhibit = integer_zerop (folded); local
18859 bool inhibit = integer_nonzerop (folded); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 5652 /* RAII class used to inhibit the evaluation of operands during parsing
5669 int inhibit;
5671 : uneval(cp_unevaluated_operand), inhibit(c_inhibit_evaluation_warnings)
5676 c_inhibit_evaluation_warnings = inhibit; }
5660 int inhibit; member in class:cp_evaluated

Completed in 89 milliseconds