Searched refs:LispGet (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dio.h84 int LispGet(void);
H A Dread.c746 for (ch = LispGet(); ch != EOF && ch != '\n'; ch = LispGet()) {
781 int ch = LispGet();
857 while (ch = LispGet(), ch != EOF && isdigit(ch) && ch == '0')
870 ch = LispGet();
972 while (ch = LispGet(), isspace(ch) && ch != EOF)
975 while (ch = LispGet(), ch != '\n' && ch != EOF)
1081 int atlist = LispGet();
1118 ch = LispGet();
1131 ch = LispGet();
[all...]
H A Dhelper.c862 ch = LispGet();
865 else if ((ch = LispGet()) == '!') {
867 ch = LispGet();
H A Dio.c57 LispGet(void) function in typeref:typename:int

Completed in 9 milliseconds