OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YYLEX
(Results
1 - 4
of
4
) sorted by null
/prebuilts/build-tools/common/bison/
glr.c
60
# Accumule in b4_lex_param all the
yylex
arguments.
198
#define
yylex
]b4_prefix[lex
macro
336
/* YYTRANSLATE[
YYLEX
] -- Bison symbol number corresponding to
YYLEX
. */
473
/*
YYLEX
-- calling `
yylex
' with the right arguments. */
474
#define
YYLEX
]b4_c_function_call([
yylex
], [int], b4_lex_param)[
[
all
...]
yacc.c
103
# Accumulate in b4_lex_param all the
yylex
arguments.
362
#define
yylex
]b4_prefix[lex
macro
617
/* YYTRANSLATE(
YYLEX
) -- Bison symbol number corresponding to
YYLEX
. */
624
/* YYTRANSLATE[
YYLEX
] -- Bison symbol number corresponding to
YYLEX
. */
661
/* YYTOKNUM[
YYLEX
-NUM] -- Internal token number corresponding to
662
token
YYLEX
-NUM. */
791
/*
YYLEX
-- calling `
yylex
' with the right arguments. *
[
all
...]
/external/e2fsprogs/intl/
plural.c
7
#define
yylex
__gettextlex
macro
78
static int
yylex
(YYSTYPE *lval, const char **pexp);
159
/* YYTRANSLATE(
YYLEX
) -- Bison token number corresponding to
YYLEX
. */
162
/* YYTRANSLATE[
YYLEX
] -- Bison token number corresponding to
YYLEX
. */
499
/*
YYLEX
-- calling `
yylex
' with the right arguments. */
504
# define
YYLEX
yylex
(&yylval, &yylloc, YYLEX_PARAM
1344
yylex
(YYSTYPE *lval, const char **pexp)
function
[
all
...]
/toolchain/binutils/binutils-2.27/intl/
plural.c
7
#define
yylex
__gettextlex
macro
90
static int
yylex
PARAMS ((YYSTYPE *lval, const char **pexp));
183
/* YYTRANSLATE(
YYLEX
) -- Bison token number corresponding to
YYLEX
. */
186
/* YYTRANSLATE[
YYLEX
] -- Bison token number corresponding to
YYLEX
. */
523
/*
YYLEX
-- calling `
yylex
' with the right arguments. */
528
# define
YYLEX
yylex
(&yylval, &yylloc, YYLEX_PARAM
1369
yylex
(lval, pexp)
function
[
all
...]
Completed in 58 milliseconds