Searched refs:yystype (Results 1 – 9 of 9) sorted by relevance
| /freebsd/bin/sh/ |
| H A D | arith_yacc.c | 60 union yystype yylval; 168 static arith_t primary(int token, union yystype *val, int op, int noeval) in primary() 208 union yystype val; in binop2() 235 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() 246 static arith_t and(int token, union yystype *val, int op, int noeval) in and() 263 static arith_t or(int token, union yystype *val, int op, int noeval) in or() 280 static arith_t cond(int token, union yystype *val, int op, int noeval) in cond() 304 union yystype val = yylval; in assignment()
|
| H A D | arith_yacc.h | 86 union yystype { union 91 extern union yystype yylval;
|
| /freebsd/crypto/heimdal/lib/sl/ |
| H A D | slc-gram.h | 63 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
|
| H A D | slc-gram.c | 166 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
|
| /freebsd/crypto/heimdal/lib/com_err/ |
| H A D | parse.h | 75 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
|
| H A D | parse.c | 175 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.h | 243 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
|
| H A D | asn1parse.c | 323 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
|
| /freebsd/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.c | 313 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
|