Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtrace.h34 #define IS_TRACE( obj ) (GTK_CHECK_TYPE( (obj), TYPE_TRACE )) macro
H A Dtrace.c203 g_return_if_fail( IS_TRACE( object ) ); in trace_destroy()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_MiscFunc.c2887 #define IS_TRACE 0 macro
2893 #if IS_TRACE in SUMA_iswordin()
2898 #if IS_TRACE in SUMA_iswordin()
2905 #if IS_TRACE in SUMA_iswordin()
2912 #if IS_TRACE in SUMA_iswordin()
2932 #if IS_TRACE in SUMA_iswordin()
2939 #if IS_TRACE in SUMA_iswordin()
/dports/lang/ruby26/ruby-2.6.9/
H A Dcompile.c362 #define IS_TRACE(link) ((link)->type == ISEQ_ELEMENT_TRACE) macro
1312 for (e = end; e && (IS_LABEL(e) || IS_TRACE(e)); e = e->next) { in iseq_insert_nop_between_end_and_cont()
2538 else if (IS_TRACE(i)) { in remove_unreachable_chunk()