Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dreduce.h85 #define RSFRAMESIZE(RC) ((RC)->sp - (RC)->fstack[(RC)->fsp - 1]) macro
89 #define RSCHECKARGS(RC,N) (RSFRAMESIZE(RC) >= (N))
93 #define RSFRAMEEMPTY(RC) (RSFRAMESIZE(RC) == 0)
H A Dreduce.c1138 if( RSFRAMESIZE( rc ) != 0 ) in reduce_spine()
1367 if( RSFRAMESIZE( rc ) != 0 ) in reduce_spine()
1400 if( RSFRAMESIZE( rc ) != 0 ) in reduce_spine()