Searched refs:LispWriteStr (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | write.h | 56 int LispWriteStr(LispObj*, const char*, long);
|
| H A D | write.c | 511 *length += LispWriteStr(stream, stk, strlen(stk)); 517 *length += LispWriteStr(stream, stk, strlen(stk)); 756 return (LispWriteStr(stream, stk, strlen(stk))); 770 result += LispWriteStr(stream, base, ptr - base); 776 result += LispWriteStr(stream, base, end - base); 780 result = LispWriteStr(stream, string, length); 798 length += LispWriteStr(stream, ". ", 2); 820 length += LispWriteStr(stream, "...", 3); 832 length += LispWriteStr(stream, " . ", 3); 842 length += LispWriteStr(strea 1199 LispWriteStr(LispObj *stream, const char *buffer, long length) function in typeref:typename:int [all...] |
| H A D | bytecode.c | 609 LispWriteStr(NIL, "Builtin ", 8); 611 LispWriteStr(NIL, "macro ", 6); 613 LispWriteStr(NIL, "function ", 9); 616 LispWriteStr(NIL, "Macro ", 6); 618 LispWriteStr(NIL, "Function ", 9); 620 LispWriteStr(NIL, ":\n", 2); 628 LispWriteStr(NIL, buffer, strlen(buffer)); 632 LispWriteStr(NIL, ATOMID(alist->normals.symbols[i])->value, 640 LispWriteStr(NIL, buffer, strlen(buffer)); 644 LispWriteStr(NI [all...] |
| H A D | format.c | 557 LispWriteStr(stream, "()", 2); 559 LispWriteStr(stream, Snil->value, 3); 570 LispWriteStr(stream, str, size); 1125 LispWriteStr(stream, str, length); 1633 LispWriteStr(stream, str, size); 1647 LispWriteStr(stream, str, size); 1686 LispWriteStr(result, str, size); 1695 LispWriteStr(result, str, size); 1707 LispWriteStr(stream, str, size); 1712 LispWriteStr(strea [all...] |
| H A D | helper.c | 1117 LispWriteStr(output_stream, text + start, end - start);
|
Completed in 9 milliseconds