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

/xsrc/external/mit/xedit/dist/lisp/
H A Dhelper.c917 LispObj *ostring1, *ostring2, *ostart1, *oend1, *ostart2, *oend2; local in function:LispGetStringArgs
924 ostring1 = ARGUMENT(0);
926 CHECK_STRING(ostring1);
927 *string1 = THESTR(ostring1);
928 length1 = STRLEN(ostring1);

Completed in 3 milliseconds