Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A Dprimguts.c1854 static Bool exception_blocking = 0; variable
1859 if ( !exception_blocking ) croak( "%s", text ); in exception_remember()
1880 Bool old = exception_blocking; in exception_block()
1881 exception_blocking = block; in exception_block()