Searched refs:JumpBuffer (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmysetjmp.h40 struct JumpBuffer;
41 extern "C" JumpBuffer *newJumpbuffer( void );
42 extern "C" void deleteJumpbuffer(JumpBuffer *);
43 extern "C" void mylongjmp( JumpBuffer *, int );
44 extern "C" int mysetjmp( JumpBuffer * );
56 struct JumpBuffer { struct
60 inline JumpBuffer *
63 return (JumpBuffer *) malloc( sizeof( JumpBuffer ) );
67 deleteJumpbuffer(JumpBuffer *j
[all...]
H A Dsubdivider.h53 struct JumpBuffer;
80 void setJumpbuffer( JumpBuffer * );
119 JumpBuffer* jumpbuffer;
H A Dnurbstess.h135 JumpBuffer* jumpbuffer;
H A Dsubdivider.cc124 Subdivider::setJumpbuffer( JumpBuffer *j )

Completed in 5 milliseconds