Home | History | Annotate | Download | only in src

Lines Matching refs:skel_wrap

27 #define yywrap skel_wrap
369 /* Flag which is used to allow skel_wrap()'s to do buffer switches
428 #define skel_wrap() 1
624 #undef skel_wrap
625 #define skel_wrap() 1
724 extern "C" int skel_wrap (void );
726 extern int skel_wrap (void );
1266 if ( skel_wrap( ) )
1597 if ( skel_wrap( ) )
1682 * EOF (skel_wrap()) processing, but the only time this flag
1683 * is looked at is after skel_wrap() is called, so it's safe