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

  /xsrc/external/mit/xedit/dist/lisp/
read.c 371 LispDestroy("%s: stream %s is unreadable",
435 LispDestroy("%s: stream %s is unreadable",
1111 int ch, length, backslash, size, quote, unreadable, collon; local
1115 backslash = quote = unreadable = collon = 0;
1124 unreadable = backslash = 1;
1134 unreadable = 1;
1145 unreadable = 1;
1171 unreadable = 1;
1237 collon == 2, unreadable,
1241 else if (quote == '|' || (unreadable && !collon))
    [all...]
private.h 221 unsigned int unreadable : 1; member in struct:_LispAtom
package.c 367 symbol->data.atom->unreadable = !LispCheckAtomString(ptr);
core.c 1878 symbol->data.atom->unreadable = !LispCheckAtomString(name);
2897 symbol->data.atom->unreadable = !LispCheckAtomString(THESTR(name));

Completed in 9 milliseconds