Searched refs:yystype (Results 1 – 9 of 9) sorted by relevance
/freebsd/bin/sh/ |
H A D | arith_yacc.c | 58 union yystype yylval; 166 static arith_t primary(int token, union yystype *val, int op, int noeval) in primary() 206 union yystype val; in binop2() 233 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() 244 static arith_t and(int token, union yystype *val, int op, int noeval) in and() 261 static arith_t or(int token, union yystype *val, int op, int noeval) in or() 278 static arith_t cond(int token, union yystype *val, int op, int noeval) in cond() 302 union yystype val = yylval; in assignment()
|
H A D | arith_yacc.h | 84 union yystype { union 89 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
|