Searched refs:input_stream (Results 1 - 1 of 1) 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
262 input_stream = ARGUMENT(0);
264 if (input_stream == UNSPEC)
265 input_stream = NIL;
266 else if (input_stream != NIL) {
267 CHECK_STREAM(input_stream);
268 else if (!input_stream->data.stream.readable)
270 STRFUN(builtin), STROBJ(input_stream));
271 LispPushInput(input_stream);
274 input_stream
301 LispObj *input_stream, *eof_error_p, *eof_value; local in function:LispReadChar
413 LispObj *input_stream, *eof_error_p, *eof_value; local in function:Lisp_ReadLine
[all...]

Completed in 2 milliseconds