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

/xsrc/external/mit/xedit/dist/lisp/
H A Dcore.c3745 int code = 0, istring, expect, value; local in function:LispFindOrPosition
3798 istring = STRINGP(sequence);
3799 if (istring)
3811 if (from_end != NIL && !istring) {
3818 if (istring)
3829 if (!istring && from_end == NIL)
3848 if (from_end != NIL && !istring)
6033 int istring, code; local in function:Lisp_Sort
6050 istring = XSTRINGP(sequence);
6051 if (istring) {
[all...]

Completed in 8 milliseconds