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

/freebsd-current/usr.bin/lex/
H A Dinitparse.h9 #define TOK_OPTION 265 macro
H A Dinitparse.c151 #define TOK_OPTION 265 macro
379 "SCDECL","XSCDECL","NAME","PREVCCL","EOF_OP","TOK_OPTION","TOK_OUTFILE",
403 "options : TOK_OPTION optionlist",
H A Dinitscan.c2374 BEGIN(OPTION); return TOK_OPTION;
/freebsd-current/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 76 milliseconds