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

  /xsrc/external/mit/xedit/dist/lisp/
io.h 107 /* functions that read/write using the LispString structure */
108 int LispSgetc(LispString*);
109 int LispSputc(LispString*, int);
110 int LispSputs(LispString*, const char*);
111 int LispSwrite(LispString*, const void*, int);
113 const char *LispGetSstring(LispString*, int*);
io.c 398 LispSgetc(LispString *string)
413 LispSputc(LispString *string, int ch)
473 LispSputs(LispString *string, const char *buffer)
633 LispSwrite(LispString *string, const void *data, int size)
677 LispGetSstring(LispString *string, int *length)
internal.h 486 typedef struct _LispString LispString;
618 LispString *string;
write.c 78 static void check_stream(LispObj*, LispFile**, LispString**, int);
636 LispFile **file, LispString **string, int check_writable)
1140 LispString *string;
1153 LispString *string;
1171 LispString *string;
1202 LispString *string;
xedit.c 116 static LispString execute_string;
118 static LispString result_string;
lisp.c 2149 static LispString string;
3029 SSTREAMP(stream) = LispCalloc(1, sizeof(LispString));
4937 static LispString string;
5088 static LispString string;

Completed in 13 milliseconds