Home
last modified time | relevance | path

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

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dprint.cpp511 stream_byte_pos(w) = 0; in make_stream_handle()
693 n = stream_byte_pos(a); in Lget_output_stream_string()
822 stream_byte_pos(stream)++; in char_to_file()
826 { stream_byte_pos(stream)++; in char_to_file()
906 { stream_byte_pos(stream)++; in char_to_pipeout()
912 { stream_byte_pos(stream)++; in char_to_pipeout()
3858 stream_byte_pos(f)++; in code_to_list()
4112 { int n = stream_byte_pos(f); in count_character()
4121 stream_byte_pos(f) = n+1; in count_character()
4136 stream_byte_pos(lisp_work_stream) = 0; in Llengthc()
[all …]
H A Dstream.h180 inline atomic<LispObject> &stream_byte_pos(LispObject v) in stream_byte_pos() function
H A Dfasl.cpp562 stream_byte_pos(lisp_work_stream) = 0;