Home
last modified time | relevance | path

Searched refs:yyclass (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
HDmain.c69 char *prefix, *yyclass, *extra_type = NULL; variable
964 yyclass = 0; in flexinit()
1310 yyclass = arg; in flexinit()
1667 if (yyclass) { in readin()
1675 yyclass); in readin()
1702 if (yyclass) in readin()
HDflexdef.h411 extern char *prefix, *yyclass, *extra_type;
HDparse.y206 { yyclass = xstrdup(nmstr); }
/freebsd-13-stable/usr.bin/lex/
HDinitparse.c948 { yyclass = xstrdup(nmstr); } in YYPARSE_DECL()
/freebsd-13-stable/contrib/flex/
HDONEWS198 yyclass="<name>" set the name of the C++ scanning class
392 %option yyclass="foo"
HDNEWS677 *** --yyclass=NAME name of C++ class when generating c++ scanners
HDChangeLog8252 * parse.y: added %option yyclass
8256 * flexdef.h, main.c, scan.l: added yyclass