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

  /xsrc/external/mit/xedit/dist/lisp/
read.c 506 string = LispRealloc(string, length + 64);
511 string = LispRealloc(string, length + 1);
728 info->circles = LispRealloc(info->circles, sizeof(LispObj*) *
919 info->objects = LispRealloc(info->objects,
1205 string = LispRealloc(string, size);
1673 str = LispRealloc(str, size);
struct.c 155 name = LispRealloc(name, size);
pathname.c 355 matches = LispRealloc(matches, sizeof(char*) *
378 dirs = LispRealloc(dirs, sizeof(char*) *
389 dirs[i] = LispRealloc(dirs[i],
compile.c 1162 *pointers = LispRealloc(*pointers,
1186 LispRealloc(com->block->variables.flags,
1286 LispRealloc(com->block->tagbody.labels,
1291 LispRealloc(com->block->tagbody.codes,
write.c 465 info->circles = LispRealloc(info->circles, sizeof(circle_info) *
475 info->objects = LispRealloc(info->objects, sizeof(LispObj*) *
internal.h 738 void *LispRealloc(void*, size_t);
math.c 66 mp_set_realloc(LispRealloc);
format.c 987 formats = LispRealloc(formats,
lisp.c 1186 LispRealloc(void *pointer, size_t size)
1864 /* If LispRealloc fails, the previous memory will be released
1867 pointer = LispRealloc(pointer, (count) * sizeof(LispObj*))

Completed in 17 milliseconds