Searched refs:uwx_unget_byte (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_bstream.h52 /* uwx_unget_byte: push a byte back onto the byte stream */
54 extern int uwx_unget_byte(struct uwx_bstream *bstream, int b);
H A Duwx_bstream.c96 /* uwx_unget_byte: push a byte back onto the byte stream */
98 int uwx_unget_byte(struct uwx_bstream *bstream, int b) function
H A Duwx_uinfo.c391 (void) uwx_unget_byte(bstream, b0);
960 (void) uwx_unget_byte(bstream, b0);

Completed in 46 milliseconds