Home
last modified time | relevance | path

Searched refs:read_action_output_file (Results 1 – 8 of 8) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dstream.h106 extern int32_t read_action_output_file(int32_t c, LispObject f);
H A Drestart.cpp328 {(one_arg *)read_action_output_file,"read_action_output_file"},
H A Dprint.cpp1334 set_stream_read_other(r, read_action_output_file); in Lopen()
1338 set_stream_read_other(r, read_action_output_file); in Lopen()
H A Dcslread.cpp3019 int32_t read_action_output_file(int32_t op, LispObject f)
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dstream.h105 extern int32_t read_action_output_file(int32_t c, Lisp_Object f);
H A Dprint.c1378 set_stream_read_other(r, read_action_output_file); in Lopen()
1382 set_stream_read_other(r, read_action_output_file); in Lopen()
H A Dcslread.c3540 int32_t read_action_output_file(int32_t op, Lisp_Object f) in read_action_output_file() function
H A Drestart.c1242 {(void *)read_action_output_file, "read_action_output_file"},