Searched refs:from_end (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | core.c | 3750 LispObj *item, *predicate, *sequence, *from_end, local in function:LispFindOrPosition 3762 from_end = ARGUMENT(i); --i; 3763 if (from_end == UNSPEC) 3764 from_end = NIL; 3811 if (from_end != NIL && !istring) { 3819 element = SCHAR(string[from_end == NIL ? i + start : end - i - 1]); 3821 element = from_end == NIL ? CAR(sequence) : objects[i]; 3829 if (!istring && from_end == NIL) 3843 offset = from_end == NIL ? i + start : end - i - 1; 3848 if (from_end ! 4421 LispObj *sequence, *from_end, *test, *test_not, *ostart, *oend, *key; local in function:LispDeleteOrRemoveDuplicates 4738 LispObj *item, *newitem, *lambda, *sequence, *from_end, local in function:LispDeleteRemoveXSubstitute 5343 LispObj *sequence1, *sequence2, *from_end, *test, *test_not, local in function:Lisp_Search [all...] |
Completed in 7 milliseconds