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

/xsrc/external/mit/xedit/dist/lisp/
H A Dwrite.c93 static int LispDoWriteAtom(LispObj*, const char*, int, int);
530 length += LispDoWriteAtom(stream, name->value, name->length, \
533 length += LispDoWriteAtom(stream, atomid->value, atomid->length, \
575 length += LispDoWriteAtom(stream, Skey->value, 4, info->print_case);
882 length += LispDoWriteAtom(stream, string, strlen(string),
902 LispDoWriteAtom(stream, "COMPILED", 8, info->print_case);
904 LispDoWriteAtom(stream, "BUILTIN", 7, info->print_case);
908 LispDoWriteAtom(stream, "UNBOUND", 7, info->print_case);
909 LispDoWriteAtom(stream, "-FUNCTION", 9, info->print_case);
1012 length += LispDoWriteAtom(strea
1211 LispDoWriteAtom(LispObj *stream, const char *string, int length, int print_case) function in typeref:typename:int
[all...]

Completed in 5 milliseconds