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

/freebsd-10.1-release/usr.bin/csup/
H A Dlex.rcs.c1923 int rcslex_init(yyscan_t* ptr_yy_globals) argument
1926 if (ptr_yy_globals == NULL){
1931 *ptr_yy_globals = (yyscan_t) rcsalloc ( sizeof( struct yyguts_t ), NULL );
1933 if (*ptr_yy_globals == NULL){
1939 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
1941 return yy_init_globals ( *ptr_yy_globals );
1952 int rcslex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
1959 if (ptr_yy_globals == NULL){
1964 *ptr_yy_globals = (yyscan_t) rcsalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
1966 if (*ptr_yy_globals
[all...]

Completed in 110 milliseconds