Searched refs:LispFputs (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Ddebugger.c196 LispFputs(Stdout, "BREAK #");
198 LispFputs(Stdout, "> (");
202 LispFputs(Stdout, ")\n");
236 LispFputs(Stdout, "WATCH #");
237 LispFputs(Stdout, format_integer(FIXNUM_VALUE(CAR(CDR(CAR(obj))))));
238 LispFputs(Stdout, "> ");
239 LispFputs(Stdout, STRPTR(CAR(CAR(obj))));
240 LispFputs(Stdout, " deleted. Variable does not exist anymore.\n");
259 LispFputs(Stdout, "WATCH #");
260 LispFputs(Stdou
[all...]
H A Dio.h98 int LispFputs(LispFile*, const char*);
H A Dlisp.c663 LispFputs(Stderr, Error);
664 LispFputs(Stderr, string);
709 LispFputs(Stderr, Fatal);
726 LispFputs(Stderr, Error);
730 LispFputs(Stderr, string);
732 LispFputs(Stderr, "Type 'continue' if you want to proceed: ");
754 LispFputs(Stderr, string);
768 LispFputs(Stderr, Warning);
772 LispFputs(Stderr, string);
5053 LispFputs(Stdou
[all...]
H A Dio.c467 LispFputs(LispFile *file, const char *buffer) function in typeref:typename:int
H A Dread.c623 LispFputs(Stderr, str);

Completed in 15 milliseconds