Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/intl/
Dplural.c62 #define YYLEX_PARAM &((struct parse_args *) arg)->cp macro
527 # ifdef YYLEX_PARAM
528 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
533 # ifdef YYLEX_PARAM
534 # define YYLEX yylex (&yylval, YYLEX_PARAM)
Dplural.y43 #define YYLEX_PARAM &((struct parse_args *) arg)->cp macro