Home
last modified time | relevance | path

Searched refs:extra_type (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/flex/
HDmain.c68 char *prefix, *yyclass, *extra_type = NULL; variable
334 if (extra_type) in check_options()
335 buf_m4_define( &m4defs_buf, "M4_EXTRA_TYPE_DEFS", extra_type); in check_options()
HDparse.y200 { extra_type = copy_string( nmstr ); }
HDflexdef.h454 extern char *prefix, *yyclass, *extra_type;
/trueos/usr.bin/lex/
HDinitparse.c941 { extra_type = copy_string( nmstr ); } in YYPARSE_DECL()