Home
last modified time | relevance | path

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

/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dsignals.c28 int have_sighup=0; variable
63 have_sighup=1; in udm_sig_handler()
H A Dindexer.c2884 if (have_sighup)
2887 have_sighup=0;
/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_signals.h31 extern int have_sighup;
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsighandlers.cc124 static const bool have_sighup in respond_to_pending_signals() local
226 else if (have_sighup && sig == sighup) in respond_to_pending_signals()