Home
last modified time | relevance | path

Searched refs:UNGET (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
Dapp.c483 #define UNGET(uch) (*--from = (uch)) in do_scrub_chars() macro
569 UNGET (ch); in do_scrub_chars()
573 UNGET (' '); in do_scrub_chars()
644 UNGET ('\n'); in do_scrub_chars()
662 UNGET (ch); in do_scrub_chars()
679 UNGET ('n'); in do_scrub_chars()
736 UNGET (ch); in do_scrub_chars()
752 UNGET (ch); in do_scrub_chars()
766 UNGET (ch); in do_scrub_chars()
910 UNGET (ch); in do_scrub_chars()
[all …]
DChangeLog-2008956 * app.c (do_scrub_chars): Do not UNGET an EOF value.
993 * app.c (do_scrub_chars): Do not UNGET an EOF value.
DChangeLog-96973192 UNGET rather than PUT. Set old_state before setting state to -2.