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

/xsrc/external/mit/xedit/dist/lisp/
H A Dpackage.h41 int LispCheckAtomString(const char*);
H A Dpackage.c100 LispCheckAtomString(const char *string) function in typeref:typename:int
367 symbol->data.atom->unreadable = !LispCheckAtomString(ptr);
H A Dread.c1290 unreadable = !LispCheckAtomString(symbol);
H A Dcore.c1878 symbol->data.atom->unreadable = !LispCheckAtomString(name);
2897 symbol->data.atom->unreadable = !LispCheckAtomString(THESTR(name));

Completed in 12 milliseconds