Lines Matching refs:ptr_yy_globals
2014 int layoutlex_init(yyscan_t* ptr_yy_globals) in layoutlex_init() argument
2017 if (ptr_yy_globals == NULL){ in layoutlex_init()
2022 *ptr_yy_globals = (yyscan_t) layoutalloc ( sizeof( struct yyguts_t ), NULL ); in layoutlex_init()
2024 if (*ptr_yy_globals == NULL){ in layoutlex_init()
2030 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in layoutlex_init()
2032 return yy_init_globals ( *ptr_yy_globals ); in layoutlex_init()
2043 int layoutlex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) in layoutlex_init_extra() argument
2050 if (ptr_yy_globals == NULL){ in layoutlex_init_extra()
2055 *ptr_yy_globals = (yyscan_t) layoutalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in layoutlex_init_extra()
2057 if (*ptr_yy_globals == NULL){ in layoutlex_init_extra()
2064 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in layoutlex_init_extra()
2066 layoutset_extra (yy_user_defined, *ptr_yy_globals); in layoutlex_init_extra()
2068 return yy_init_globals ( *ptr_yy_globals ); in layoutlex_init_extra()