Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/flex/
H A Dmain.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()
H A Dparse.y200 { extra_type = copy_string( nmstr ); }
H A Dflexdef.h454 extern char *prefix, *yyclass, *extra_type;
/freebsd-12.1/usr.bin/lex/
H A Dinitparse.c943 { extra_type = copy_string( nmstr ); } in YYPARSE_DECL()