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

/xsrc/external/mit/xedit/dist/lisp/
H A Dhelper.c275 long *pstart, long *pend, long *plength)
278 *plength = LispLength(sequence);
290 *pend = *plength;
302 if (*pend > *plength)
304 STRFUN(builtin), *pend, *plength);
273 LispCheckSequenceStartEnd(LispBuiltin * builtin,LispObj * sequence,LispObj * start,LispObj * end,long * pstart,long * pend,long * plength) argument

Completed in 3 milliseconds