Next: mpg-top-con, Previous: mpg-top-ari, Up: mpg-top [Contents][Index]
at_end_of_lineat_end_of_line(+S)testing whether at end of line on input stream S
at_end_of_stream ISOat_end_of_stream(+S) ISOtesting whether end of file is reached for the input stream S
flush_output ISOflush_output(+S) ISOflush the output buffer for stream S
get_byte(-C) ISOget_byte(+S,-C) ISOC is the next byte on binary input stream S
get_char(-C) ISOget_char(+S,-C) ISOC is the next character atom on text input stream S
get_code(-C) ISOget_code(+S,-C) ISOC is the next character code on text input stream S
nl ISOnl(+S) ISOsend a newline to stream S
peek_byte(+C) ISOpeek_byte(+S,+C) ISOlooks ahead for next input byte on the binary input stream S
peek_char(+C) ISOpeek_char(+S,+C) ISOlooks ahead for next input character atom on the text input stream S
peek_code(+C) ISOpeek_code(+S,+C) ISOlooks ahead for next input character code on the text input stream S
put_byte(+C) ISOput_byte(+S,+C) ISOwrite byte C to binary stream S
put_char(+C) ISOput_char(+S,+C) ISOwrite character atom C to text stream S
put_code(+C) ISOput_code(+S,+C) ISOwrite character code C to text stream S
skip_byte(+C)skip_byte(+S,+C)skip input on binary stream S until after byte C
skip_char(+C)skip_char(+S,+C)skip input on text stream S until after char C
skip_code(+C)skip_code(+S,+C)skip input on text stream S until after code C
skip_lineskip_line(+S)skip the rest input characters of the current line (record) on the input stream S