Searched defs:yyscanner (Results 1 – 2 of 2) sorted by relevance
88 void * testalloc(yy_size_t n , void* yyscanner) in testalloc()119 void * testrealloc(void* p, yy_size_t n , void* yyscanner) in testrealloc()142 void testfree(void* p , void* yyscanner) in testfree()
53 yyscan_t yyscanner; variable