Home
last modified time | relevance | path

Searched refs:char_from_illegal (Results 1 – 9 of 9) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dstream.h100 extern int char_from_illegal(LispObject f);
H A Dcslread.cpp1986 a) == char_from_illegal)
2997 set_stream_read_fn(f, char_from_illegal);
3060 { set_stream_read_fn(f, char_from_illegal);
3084 { set_stream_read_fn(f, char_from_illegal);
3096 set_stream_read_fn(f, char_from_illegal);
3118 set_stream_read_fn(f, char_from_illegal);
H A Dprint.cpp270 int char_from_illegal(LispObject f) in char_from_illegal() function
292 set_stream_read_fn(f, char_from_illegal); in write_action_file()
513 set_stream_read_fn(w, char_from_illegal); in make_stream_handle()
942 set_stream_read_fn(f, char_from_illegal); in read_action_pipe()
4817 set_stream_read_fn(f, char_from_illegal); in read_action_socket()
H A Drestart.cpp317 {(one_arg *)char_from_illegal, "char_from_illegal"},
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dstream.h99 extern int char_from_illegal(Lisp_Object f);
H A Dcslread.c2442 else if (stream_read_fn(a) == char_from_illegal) in Lrds()
3518 set_stream_read_fn(f, char_from_illegal); in read_action_file()
3586 { set_stream_read_fn(f, char_from_illegal); in read_action_synonym()
3613 { set_stream_read_fn(f, char_from_illegal); in read_action_concatenated()
3627 set_stream_read_fn(f, char_from_illegal); in read_action_list()
3651 set_stream_read_fn(f, char_from_illegal); in read_action_vector()
H A Dprint.c205 int char_from_illegal(Lisp_Object f) in char_from_illegal() function
235 set_stream_read_fn(f, char_from_illegal); in write_action_file()
489 set_stream_read_fn(w, char_from_illegal); in make_stream_handle()
4442 set_stream_read_fn(f, char_from_illegal); in read_action_socket()
H A Dpreserve.c2367 set_stream_read_fn(ss, char_from_illegal);
H A Drestart.c1231 {(void *)char_from_illegal, "char_from_illegal"},
1965 else elt(ss, 8) = (intptr_t)char_from_illegal; in adjust_vecheap()