HomeSort by: relevance | last modified time | path
    Searched refs:YY_DECL (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/autofs/
token.l 46 #define YY_DECL int yylex(void)
  /src/usr.bin/fgen/
fgen.h 39 #define YY_DECL TOKEN* yylex(void)
fgen.l 100 static YY_DECL;
  /src/tools/m4/bootstrap/
tokenizer.c 666 #ifndef YY_DECL
671 #define YY_DECL int yylex (void)
672 #endif /* !YY_DECL */
691 YY_DECL
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 702 #ifndef YY_DECL
703 #define YY_DECL int yylex YY_PROTO(( void ))
721 YY_DECL

Completed in 17 milliseconds