Searched refs:eof_error_p (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dread.c258 LispObj *input_stream, *eof_error_p, *eof_value; local in function:Lisp_Read
261 eof_error_p = ARGUMENT(1);
286 if (eof_error_p != NIL)
301 LispObj *input_stream, *eof_error_p, *eof_value; local in function:LispReadChar
304 eof_error_p = ARGUMENT(1);
375 if (eof_error_p != NIL)
413 LispObj *input_stream, *eof_error_p, *eof_value; local in function:Lisp_ReadLine
416 eof_error_p = ARGUMENT(1);
442 if (eof_error_p != NIL)
493 if (eof_error_p !
[all...]
H A Dstring.c734 LispObj *ostring, *eof_error_p, *eof_value, *ostart, *oend; local in function:Lisp_ReadFromString
739 eof_error_p = ARGUMENT(1);
762 if (eof_error_p == NIL)

Completed in 4 milliseconds