Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DObject.c100 list_delete( &postDestroys, self); in Object_destroy()
118 list_add( &postDestroys, self); in Object_destroy()
137 list_delete( &postDestroys, self); in Object_destroy()
168 list_delete( &postDestroys, self); in Object_destroy()
181 Handle last = postDestroys. items[ 0]; in Object_destroy()
183 Object_destroy( postDestroys. items[ 0]); in Object_destroy()
185 if ( postDestroys. count == 0) break; in Object_destroy()
186 if ( postDestroys. items[ 0] != last) continue; in Object_destroy()
187 if ( postDestroys. count == 1) in Object_destroy()
190 list_delete_at( &postDestroys, 0); in Object_destroy()
[all …]
H A Dprimguts.c54 List postDestroys; variable
1258 list_destroy( &postDestroys); in XS()
1381 list_create( &postDestroys, 16, 16); in XS()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dguts.h24 extern List postDestroys;