Home
last modified time | relevance | path

Searched refs:acflag (Results 1 – 10 of 10) sorted by relevance

/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest109.tcl401 foreach {acflag txnid_flag}\
422 dupflag {acflag ""} {usetxn ""} } {
425 $dupflag $acflag $usetxn"
433 if { $acflag != "" || $usetxn !="" } {
512 $seq_corrupt_data $acflag]
514 if { $acflag != "" &&\
530 if { $acflag == "" } {
545 $dupflag $acflag]
555 if { $acflag != "" } {
576 if { $acflag == "" } {
[all …]
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dmessagebuffer.cpp59 bool CMessageBuffer::setAC(const Uint8 acflag) in setAC() argument
62 m.ac = (Uint8) acflag; in setAC()
H A Dmessagebuffer.h60 bool setAC(const Uint8 acflag);
/dports/graphics/raster3d/Raster3D_3.0-7/
H A Drastep.f104 logical acflag, nohydro, mini, auto, aniflag variable
197 acflag = .false.
278 acflag = .true.
283 acflag = .false.
315 acflag = .false.
425 if (acflag) then
804 else if (acflag) then
1013 if (acflag) then
1202 else if (acflag) then
1230 if (acflag) then
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Dunix.c292 unsigned int acflag; in is_on_batt() local
297 if (fscanf(f, "%u\n", &acflag) == 1) { in is_on_batt()
299 return (!acflag); in is_on_batt()
305 if (fscanf(f, "%79s %79s %79s %x", tmp, tmp, tmp, &acflag) != 4) in is_on_batt()
306 acflag = 1; in is_on_batt()
308 return (acflag != 1); in is_on_batt()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Dunix.c292 unsigned int acflag; in is_on_batt() local
297 if (fscanf(f, "%u\n", &acflag) == 1) { in is_on_batt()
299 return (!acflag); in is_on_batt()
305 if (fscanf(f, "%79s %79s %79s %x", tmp, tmp, tmp, &acflag) != 4) in is_on_batt()
306 acflag = 1; in is_on_batt()
308 return (acflag != 1); in is_on_batt()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Dunix.c292 unsigned int acflag;
297 if (fscanf(f, "%u\n", &acflag) == 1) {
299 return (!acflag);
305 if (fscanf(f, "%79s %79s %79s %x", tmp, tmp, tmp, &acflag) != 4)
306 acflag = 1;
308 return (acflag != 1);
/dports/sysutils/p5-BSD-Process/BSD-Process-0.07/t/
H A D02-method.t37 is($pe->acflag, delete $pe->{acflag}, 'method acflag');
166 is($pe->accounting_flags, delete $pe->{acflag}, 'alias accounting_flags');
H A D01-func.t33 ok( defined( delete $info->{acflag} ), 'attribute acflag');
/dports/devel/vasm/vasm/cpus/m68k/
H A Dcpu.c5610 int acflag = 0; in parse_cpu_special() local
5615 acflag = -1; in parse_cpu_special()
5619 acflag = 1; in parse_cpu_special()
5625 ((!(cpu&apollo) && acflag<=0) || ((cpu&apollo) && acflag>=0))) { in parse_cpu_special()