Lines Matching +full:back +full:- +full:to +full:- +full:back
4 .\" This code is derived from software contributed to Berkeley by
17 .\" may be used to endorse or promote products derived from this software
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 .Nd un-get character from input stream
49 (converted to an unsigned char)
50 back onto the input stream pointed to by
52 The pushed-back characters will be returned by subsequent reads on the
61 will discard the pushed back characters.
63 One character of push-back is guaranteed,
67 If a character is successfully pushed-back,
68 the end-of-file indicator for the stream is cleared.
69 The file-position indicator is decremented
70 by each successful call to
77 function returns the character pushed-back after the conversion,
94 function conforms to
95 .St -isoC .