Home
last modified time | relevance | path

Searched refs:thresh_exit (Results 1 – 4 of 4) sorted by relevance

/dports/databases/sqsh/sqsh-2.5/src/
H A Dcmd_go.c76 char *thresh_exit; /* Dito. */ local
631 env_get( g_env, "thresh_exit", &thresh_exit );
634 if (thresh_exit != NULL && batch_failcount != NULL)
636 i = atoi(thresh_exit);
H A Dsqsh_main.c144 char *thresh_exit; local
833 env_get( g_env, "thresh_exit", &thresh_exit );
835 if (thresh_exit != NULL && batch_failcount != NULL )
837 if( strcmp(thresh_exit,"0") != 0 &&
838 strcmp( thresh_exit, batch_failcount ) == 0 )
/dports/databases/sqsh/sqsh-2.5/doc/
H A Dsqsh.pod84 set using the B<$thresh_exit> variable. See section B<EXIT STATUS> for details.
3252 =item thresh_exit (int)
3408 =item $thresh_exit
3411 cause I<sqsh> to exit. If B<$thresh_exit> is 0, then this feature is disabled.
3412 In other words, if B<$batch_failcount = $thresh_exit> and B<$thresh_exit> is
3417 the total number of failures does not reach B<$thresh_exit>.
3466 =item thresh_display=0, thresh_fail=0, thresh_exit=1
3474 =item thresh_display=0, thresh_fail=0, thresh_exit=3
3481 =item thresh_display=22, thresh_fail=0, thresh_exit=3
3487 =item thresh_display=0, thresh_fail=2, thresh_exit=1
[all …]
/dports/databases/sqsh/sqsh-2.5/
H A DChangeLog426 o Fixed problem with $thresh_exit being ignored.
496 o thresh_exit will now only be applicable while in non-interactive
506 $batch_failcount was exactly equal to $thresh_exit.
795 o Added the -a flag and $thresh_exit variable to specify the