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

  /xsrc/external/mit/xedit/dist/lisp/
string.c 571 return (LSTRING2(string, length));
872 ostring = LSTRING2((char*)string, length);
1164 result = LSTRING2(newstring, length);
1235 result = LSTRING2(newstring, length);
1329 result = LSTRING2(newstring, length);
1384 object = LSTRING2(buffer, length);
read.c 466 result = LSTRING2(string, length);
467 /* macro LSTRING2 does not make a copy of it's arguments, and
513 result = LSTRING2(string, length);
internal.h 87 #define LSTRING2(str, size) LispNewStringAlloced(str, size)
xedit.c 1365 return (LSTRING2(string, len));
lisp.c 5387 path = LSTRING2(fixed_pathname, length + 1);
core.c 4912 result = LSTRING2(buffer, xlength);

Completed in 18 milliseconds