Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dreduce.c176 while( PEISFLIST( &e ) ) { in reduce_map_list()
211 if( !PEISFLIST( head ) ) in reduce_map_dict_entry()
220 if( !PEISFLIST( &p2 ) ) in reduce_map_dict_entry()
896 for( i = 0; PEISFLIST( &p ); i++ ) { in reduce_list_length_max()
953 g_assert( PEISFLIST( &p ) ); in reduce_list_index()
1954 if( PEISFLIST( np ) && !PEISMANAGEDSTRING( np ) ) { in reduce_spine_strict()
H A Dheap.h231 #define PEISFLIST(P) ((PEISNODE(P) && PEGETVAL(P)->type == TAG_CONS) || \ macro
233 #define PEISLIST(P) (PEISELIST(P) || PEISFLIST(P))
H A Dheap.c1247 while( PEISFLIST( &e ) ) { in heap_map_list()
1281 if( PEISFLIST( list ) ) { in heap_get_list_next()
1314 if( !PEISFLIST( head ) ) { in heap_map_dict_entry()
1327 if( !PEISFLIST( &p2 ) ) { in heap_map_dict_entry()
H A Dbuiltin.c76 { return( PEISFLIST( base ) ); } in pe_is_flist()
226 g_assert( PEISFLIST( &rhs ) ); in apply_list_call()