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

  /src/sys/ufs/lfs/
ulfs_extern.h 118 #define FORCE 0x01 /* force usage changes independent of limits */
  /src/sys/ufs/ufs/
ufs_extern.h 152 #define FORCE 0x01 /* force usage changes independent of limits */
  /src/sbin/restore/
restore.h 154 #define FORCE 0x0001
  /src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c 104 /* This is the token for the -force-condition token, the m_content for
106 FORCE
136 case type::FORCE:
137 return string_printf ("{ FORCE }");
222 if (t.length () > 1 && startswith ("-force-condition", t))
224 curr_results->emplace_back (token::type::FORCE, t);
367 This code also handles the special treatment for '-force-condition',
379 if (t.get_type () == token::type::FORCE)
476 bool force = false; local
484 case token::type::FORCE
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c 103 /* This is the token for the -force-condition token, the m_content for
105 FORCE
135 case type::FORCE:
136 return string_printf ("{ FORCE }");
221 if (t.length () > 1 && startswith ("-force-condition", t))
223 curr_results->emplace_back (token::type::FORCE, t);
366 This code also handles the special treatment for '-force-condition',
378 if (t.get_type () == token::type::FORCE)
475 bool force = false; local
483 case token::type::FORCE
    [all...]
  /src/usr.bin/tip/
tip.h 84 extern char *FO; /* force (literal next) char*/
200 #define FORCE 8
  /src/external/bsd/pcc/dist/pcc/mip/
node.h 219 #define FORCE 52
  /src/sys/external/bsd/drm2/dist/drm/radeon/
sumod.h 317 # define FORCE (1 << 4)

Completed in 18 milliseconds