Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Daction.c1745 if( PEISCOMB( a ) && PEGETCOMB( a ) == COMB_I ) in action_landlor()
1781 if( PEISCOMB( b ) && PEGETCOMB( b ) != COMB_I ) { in action_landlor()
1817 if( PEISCOMB( a ) && PEGETCOMB( a ) == COMB_I ) in action_if()
2029 if( PEISCOMB( &b ) && PEGETCOMB( &b ) == COMB_I ) in action_dispatch()
H A Dreduce.c1040 if( i > nargs[(int) PEGETCOMB( &spine )] - 1 ) in is_WHNF()
1553 CombinatorType comb = PEGETCOMB( &np ); in reduce_spine()
H A Dheap.h250 #define PEGETCOMB(P) ((CombinatorType)PEGETVAL(P)) macro
H A Dheap.c2432 decode_CombinatorType( PEGETCOMB( base ) ) ); in lisp_pelement()
H A Dcompile.c882 PEGETCOMB( &e2 ) == COMB_I && !b1 && b2 && in compile_abstract_body()