Home
last modified time | relevance | path

Searched refs:char_to_pipeout (Results 1 – 7 of 7) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dstream.h67 extern int char_to_pipeout(int c, LispObject f);
H A Drestart.cpp337 {(one_arg *)char_to_pipeout, "char_to_pipeout"},
H A Dprint.cpp898 int char_to_pipeout(int c, LispObject stream) in char_to_pipeout() function
1328 set_stream_write_fn(r, char_to_pipeout); in Lopen()
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dstream.h67 extern int char_to_pipeout(int c, Lisp_Object f);
H A Dprint.c863 int char_to_pipeout(int c, Lisp_Object stream) in char_to_pipeout() function
877 int char_to_pipeout(int c, Lisp_Object stream) in char_to_pipeout() function
1371 set_stream_write_fn(r, char_to_pipeout); in Lopen()
H A Dpreserve.c2356 if (elt(ss, 4) == (intptr_t)char_to_pipeout &&
H A Drestart.c1251 {(void *)char_to_pipeout, "char_to_pipeout"},