Home
last modified time | relevance | path

Searched refs:exitmode (Results 1 – 15 of 15) sorted by relevance

/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_exec.c61 Globals.exitmode = exit_exec ; in StopProgram()
106 Globals.exitmode = exit_normal ; in RestartProgram()
H A Dow_lib_close.c20 Globals.exitmode = exit_early ; in LibClose()
H A Dow_lib_setup.c35 Globals.exitmode = exit_normal ; in LibSetup()
H A Dow_exit.c19 switch ( Globals.exitmode ) { in ow_exit()
H A Dglobals.c102 .exitmode = exit_early, // how long to pause after closing sockets before exit
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dow_global.h146 enum { exit_early, exit_normal, exit_exec, } exitmode ; // is this an execpe on config file change? member
/dports/devel/creduce/creduce-2.10.0/unifdef/
H A Dunifdef.c208 static int exitmode; /* exit status mode */ variable
336 exitmode = atoi(optarg); in main()
337 if(exitmode < 0 || exitmode > 2) in main()
368 switch(exitmode) { in main()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/unifdef/
H A Dunifdef.c181 static int exitmode; /* exit status mode */ variable
345 exitmode = atoi(optarg); in main()
346 if (exitmode < 0 || exitmode > 2) in main()
422 switch (exitmode) in main()
/dports/devel/urjtag/urjtag-2021.03/src/pld/
H A Dxilinx.c59 uint64_t value, int exitmode) in xlx_set_dr_and_shift() argument
66 urj_tap_defer_shift_register (chain, r, NULL, exitmode); in xlx_set_dr_and_shift()
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dexterns.h149 extern BYTE exitmode;
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dcmdfiles.c142 BYTE exitmode = 3; /* video mode on exit */ variable
1717 exitmode = (BYTE)numval; in cmdarg()
H A Dprompts2.c1350 r.h.al = (char)((mode7text == 0) ? exitmode : 7); in goodbye()
/dports/databases/p5-Bucardo/Bucardo-5.6.0/
H A DBucardo.pm8542 my ($self, $ldbh, $exitmode, $syncname, $status) = @_;
8548 $exitmode eq 'good' ? 'lastgood' :
8549 $exitmode eq 'bad' ? 'lastbad' :
8550 $exitmode eq 'empty' ? 'lastempty' :
8551 die qq{Invalid exitmode "$exitmode"};
/dports/graphics/xfractint/xfractint-20.04p16/dos_help/
H A Dhelp4.src238 exitmode=nn Sets the bios-supported videomode to use upon exit
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dpeach.pas41040 procedure exit_fromaddress(exitmode:integer);
41045 if exitmode=1 then do_resetsearch;