Home
last modified time | relevance | path

Searched refs:GLS_DONT_FORWARD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/ss/
H A Dlisten.c229 if (gl_trap_signal(gl, SIGINT, GLS_DONT_FORWARD, GLS_ABORT, 0)) {
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h1067 GLS_DONT_FORWARD=32,/* Don't forward the signal to the signal handler */ enumerator
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c3453 if(!(flags & GLS_DONT_FORWARD)) in gl_check_caught_signal()