HomeSort by relevance Sort by last modified time
    Searched defs:yylex (Results 1 - 21 of 21) sorted by null

  /external/bison/data/
lalr1.cc 276 #define yylex b4_prefix[]lex])[ macro
584 yychar = ]b4_c_function_call([yylex], [int],
1029 /* TOKEN_NUMBER_[YYLEX-NUM] -- Internal symbol number corresponding
1030 to YYLEX-NUM. */
    [all...]
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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.c 9 int yylex(void);
24 #define get_next_token() (curtok = yylex())
32 peektok = yylex();
193 yylex(void) function
  /ndk/sources/host-tools/nawk-20071023/
lex.c 170 int yylex(void) function
177 FATAL( "out of space in yylex" );
499 void startreg(void) /* next call to yylex will return a regular expression */
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java 3276 public Token yylex() throws java.io.IOException { method in class:smaliFlexLexer
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
ExpressionParser.cpp 64 #define yylex pplex macro
124 static int yylex(YYSTYPE* lvalp, Context* context);
431 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
438 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
518 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
519 token YYLEX-NUM. */
703 /* 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...]
  /external/mksh/src/
lex.c 192 yylex(int cf) function
1227 * input for yylex with alias expansion
    [all...]
  /external/bison/src/
scan-skel.c 22 #define yylex skel_lex macro
    [all...]
parse-gram.c 66 #define yylex gram_lex macro
601 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
608 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
744 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
745 token YYLEX-NUM. */
    [all...]
scan-code.c 22 #define yylex code_lex macro
    [all...]
scan-gram.c 22 #define yylex gram_lex macro
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 17 #define yylex i386_lex macro
    [all...]
i386_parse.c 63 #define yylex i386_lex macro
158 extern int yylex (void);
588 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
595 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
676 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
677 token YYLEX-NUM. */
855 /* YYLEX -- calling `yylex' with the right arguments. *
    [all...]
  /external/elfutils/src/
ldlex.c 18 #define yylex ldlex macro
    [all...]
ldscript.c 63 #define yylex ldlex macro
207 extern int yylex (void);
485 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
492 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
604 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
605 token YYLEX-NUM. */
    [all...]
  /external/libpcap/
grammar.c 53 #define yylex pcap_lex macro
625 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
632 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
806 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
807 token YYLEX-NUM. */
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 66 #define yylex glcpp_parser_lex macro
585 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
592 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
721 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
722 token YYLEX-NUM. */
    [all...]
glsl_parser.cc 66 #define yylex _mesa_glsl_lex macro
852 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
859 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 66 #define yylex _mesa_program_lex macro
502 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
739 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
746 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
    [all...]

Completed in 172 milliseconds