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

/freebsd-13-stable/usr.bin/lex/
H A Dinitparse.h9 #define TOK_OPTION 265 macro
H A Dinitparse.c152 #define TOK_OPTION 265 macro
380 "SCDECL","XSCDECL","NAME","PREVCCL","EOF_OP","TOK_OPTION","TOK_OUTFILE",
404 "options : TOK_OPTION optionlist",
H A Dinitscan.c2374 BEGIN(OPTION); return TOK_OPTION;
/freebsd-13-stable/contrib/flex/src/
H A Dyylex.c179 case TOK_OPTION:
H A Dparse.y4 %token TOK_OPTION TOK_OUTFILE TOK_PREFIX TOK_YYCLASS TOK_HEADER_FILE TOK_EXTRA_TYPE
187 options : TOK_OPTION optionlist
H A Dscan.l200 ^"%option" BEGIN(OPTION); return TOK_OPTION;

Completed in 170 milliseconds