HomeSort by relevance Sort by last modified time
    Searched refs:yystype (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/bluez/tools/
parser.h 71 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
72 typedef union YYSTYPE
81 YYSTYPE;
82 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
87 extern YYSTYPE yylval;
  /external/ipsec-tools/src/libipsec/
policy_parse.h 81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 typedef union YYSTYPE
94 YYSTYPE;
95 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
100 extern YYSTYPE __libipseclval;
  /external/ipsec-tools/src/racoon/
prsa_par.h 91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
92 typedef union YYSTYPE
103 YYSTYPE;
104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
109 extern YYSTYPE prsalval;
cfparse.h 373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
374 typedef union YYSTYPE
385 YYSTYPE;
386 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
391 extern YYSTYPE yylval;
  /external/elfutils/src/
ldscript.h 90 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
92 typedef union YYSTYPE {
105 } YYSTYPE;
108 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
113 extern YYSTYPE ldlval;
ldscript.c 195 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
197 typedef union YYSTYPE {
210 } YYSTYPE;
213 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
273 YYSTYPE yyvs;
282 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
886 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
892 YYSTYPE *yyvaluep;
923 yydestruct (int yytype, YYSTYPE *yyvaluep
    [all...]
  /external/bison/src/
parse-gram.h 149 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
150 typedef union YYSTYPE
162 YYSTYPE;
163 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
parse-gram.c 277 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
278 typedef union YYSTYPE
290 YYSTYPE;
291 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
479 YYSTYPE yyvs;
489 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]
  /external/libpcap/
tokdefs.h 241 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
243 typedef union YYSTYPE {
257 } YYSTYPE;
260 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
265 extern YYSTYPE pcap_lval;
grammar.c 433 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
435 typedef union YYSTYPE {
449 } YYSTYPE;
452 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
557 YYSTYPE yyvs;
566 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
    [all...]
  /external/e2fsprogs/intl/
plural.c 66 #ifndef YYSTYPE
71 } yystype; typedef in typeref:union:__anon3505
72 # define YYSTYPE yystype
78 static int yylex (YYSTYPE *lval, const char **pexp);
378 YYSTYPE yyvs;
391 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
395 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
653 YYSTYPE yylval; \
707 YYSTYPE yyvsa[YYINITDEPTH]
    [all...]
  /external/bison/data/
yacc.c 61 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
188 [typedef union[]m4_bregexp(b4_stype, [^{], [ YYSTYPE])
192 YYSTYPE;],
193 [typedef int YYSTYPE;])[
194 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
369 YYSTYPE yyvs;
381 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
384 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
1504 # define yystype macro
    [all...]
  /system/core/sh/
arith.c 188 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
189 typedef int YYSTYPE;
190 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
250 YYSTYPE yyvs;
259 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
792 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
798 YYSTYPE *yyvaluep;
829 yydestruct (int yytype, YYSTYPE *yyvaluep)
834 YYSTYPE *yyvaluep
    [all...]

Completed in 262 milliseconds