HomeSort by: relevance | last modified time | path
    Searched refs:LispFgets (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
io.h 97 char *LispFgets(LispFile*, char*, int);
debugger.c 362 if (LispFgets(Stdin, line, sizeof(line)) == NULL) {
io.c 444 LispFgets(LispFile *file, char *string, int size)
lisp.c 736 if (LispFgets(Stdin, string, sizeof(string)) &&

Completed in 9 milliseconds