Home
last modified time | relevance | path

Searched refs:expread (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-3.x105 * expread.y (yylex): Change error message "invalid token in
1121 * expread.y (parse_number): Handle scientific notation when the
1266 * expread.y: Lowered "@" in precedence below +,-,*,/,%.
1708 * expread.y [variable]: Cast unsigned char back to enum to test.
1884 * expread.y [variable]: Changed default type of misc function in
1891 * expread.y (yylex): Added SIGNED, LONG, SHORT, and INT keywords.
1920 * expread.y [ptype, array_mod, func_mod, direct_abs_decl,
1956 * expread.y [variable]: Now tests based on new values.
2039 * expread.y [variable]: Add some parens to get checking of the
2049 * expread.y: Allowed a BLOCKNAME to be ok for a variable name (as
[all …]
H A DChangeLog-19911685 * parse.c: New file with the common code remains of expread.y.
1686 * parser-defs.h: New file with common declarations from expread.y.
1687 * c-exp.y: New file with the C parser from expread.y, and other
1690 * expread.y, expread.tab.c: Remove.
1784 expread.y
1785 expread.tab.c
1978 expread.c Still need to add them to dbxread.c and coffread.c.
2577 * expread.y, coffread.c, dbxread.c, target.c, mem-break.c,
2847 (depend): Don't try to do "gcc expread.y".
2848 (expread.o): Update dependencies by hand.
[all …]
H A DChangeLog-1990797 * expread.y (yyparse, parse_number): Handle changes of input
1180 * expread.y: lint
1618 expread.y:
2077 * Makefile.dist: Make expread.tab.c unambiguously be in srcdir.
2496 * expread.y (yyerror, parse_c_1): Make yyerror take a char * arg.
2600 * Makefile.dist (expread.o, mcheck.o): Remove leading "./" not
2728 * expread.y: Inlcude value.h and don't cast return value from
3091 * expread.y (yylex): Use lookup_primitive_typename to
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x105 * expread.y (yylex): Change error message "invalid token in
1121 * expread.y (parse_number): Handle scientific notation when the
1266 * expread.y: Lowered "@" in precedence below +,-,*,/,%.
1708 * expread.y [variable]: Cast unsigned char back to enum to test.
1884 * expread.y [variable]: Changed default type of misc function in
1891 * expread.y (yylex): Added SIGNED, LONG, SHORT, and INT keywords.
1920 * expread.y [ptype, array_mod, func_mod, direct_abs_decl,
1956 * expread.y [variable]: Now tests based on new values.
2039 * expread.y [variable]: Add some parens to get checking of the
2049 * expread.y: Allowed a BLOCKNAME to be ok for a variable name (as
[all …]
H A DChangeLog-19911685 * parse.c: New file with the common code remains of expread.y.
1686 * parser-defs.h: New file with common declarations from expread.y.
1687 * c-exp.y: New file with the C parser from expread.y, and other
1690 * expread.y, expread.tab.c: Remove.
1784 expread.y
1785 expread.tab.c
1978 expread.c Still need to add them to dbxread.c and coffread.c.
2577 * expread.y, coffread.c, dbxread.c, target.c, mem-break.c,
2847 (depend): Don't try to do "gcc expread.y".
2848 (expread.o): Update dependencies by hand.
[all …]
H A DChangeLog-1990797 * expread.y (yyparse, parse_number): Handle changes of input
1180 * expread.y: lint
1618 expread.y:
2077 * Makefile.dist: Make expread.tab.c unambiguously be in srcdir.
2496 * expread.y (yyerror, parse_c_1): Make yyerror take a char * arg.
2600 * Makefile.dist (expread.o, mcheck.o): Remove leading "./" not
2728 * expread.y: Inlcude value.h and don't cast return value from
3091 * expread.y (yylex): Use lookup_primitive_typename to
/netbsd-src/tests/dev/audio/
H A Daudiotest.c2253 test_rdwr_fallback(int openmode, bool expwrite, bool expread) in test_rdwr_fallback() argument
2287 if (expread) { in test_rdwr_fallback()
2299 bool expread; in DEF() local
2306 expread = true; in DEF()
2308 expread = hw_fulldup() ? true : false; in DEF()
2310 test_rdwr_fallback(O_RDWR, true, expread); in DEF()