Home
last modified time | relevance | path

Searched refs:YYLEX_PARAM (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c62 #define YYLEX_PARAM &((struct parse_args *) arg)->cp macro
503 # ifdef YYLEX_PARAM
504 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
509 # ifdef YYLEX_PARAM
510 # define YYLEX yylex (&yylval, YYLEX_PARAM)
Dplural.y43 #define YYLEX_PARAM &((struct parse_args *) arg)->cp macro
/external/toybox/kconfig/
Dzconf.tab.c_shipped823 #ifdef YYLEX_PARAM
824 # define YYLEX yylex (YYLEX_PARAM)