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

/xsrc/external/mit/xedit/dist/lisp/
H A Dread.c371 LispDestroy("%s: stream %s is unreadable",
435 LispDestroy("%s: stream %s is unreadable",
1111 int ch, length, backslash, size, quote, unreadable, collon; local in function:LispReadObject
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
1277 LispParseAtom(char * package,char * symbol,int intern,int unreadable,LispObj * read__stream,int read__line) argument
[all...]
H A Dprivate.h221 unsigned int unreadable : 1; member in struct:_LispAtom
H A Dpackage.c367 symbol->data.atom->unreadable = !LispCheckAtomString(ptr);
H A Dcore.c1878 symbol->data.atom->unreadable = !LispCheckAtomString(name);
2897 symbol->data.atom->unreadable = !LispCheckAtomString(THESTR(name));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst1892 - anv: disable VK_EXT_calibrated_timestamps when the timestamp register is unreadable

Completed in 17 milliseconds